<%@ language="javascript" %> <% // Transform XHMTL document into RTF and write output to ASP Response object (i.e. sends it to web browser) // ------------------------ // V2: use string var strXHTML = " \ \ \ Hello, World! from string \ \ \

Hello, World!

\ \ \ "; XHTMLString2RTF(strXHTML); // ------------------------ %>