You want to quote some text of another website?
You want to link back to the original?
You want to do this in a semantical wayJavaScript > Scripts and Programs > MiscellaneousOct 12, 2006Stefan Born
HTML2XHTML JavaScript Converter (H2X) generates a well-formed XHTML code from an HTML DOM object.
H2X could be used in Content Management Systems (CMS), online wysiwyg html editors or any other javascript application to produce well-formed XHTML 1.0 code. Example of using the H2X could be found on Rich Editor site (http://richarea.com/demo/)
Implements a certain stylesheet depending upon which type browser is used. In this particular script, if the visitor uses any version of Netscape thru and including Netscape 4, the stylesheet named "ns.css" will be used. If the visitor uses Internet Explorer, the stylesheet named "ie.css" will be used. If the visitor uses Netscape 6 or greater (which implements many styles differently than NS4, and somewhat differently than IE), the stylesheet "ns6.css" will be used. You need to create the files "ns.css", "ie.css" and "ns6.css" and put them in the root directory of your page.
Sometimes you have content which contains Anchor Tag (A) and you would like to open its Src attribute within a "new" window instead of opening it in the Same window. Script below will let you open all the Ancor tags with the "target=_blank" attribute in it.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.