Thank God I don't have to program VBSCRIPT for a living.

> if (da && !pr)
>   document.write('<OBJECT ID="WB" WIDTH="0" HEIGHT="0"
> CLASSID="clsid:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>');

What is this for and does it apply to both browsers?

> <SCRIPT LANGUAGE="VBScript">
> <!--
>
> Sub window_onunload
>   On Error Resume Next
>   Set WB = nothing
> End Sub
>
> Sub vbPrintPage
>   OLECMDID_PRINT = 6
>   OLECMDEXECOPT_DONTPROMPTUSER = 2
>   OLECMDEXECOPT_PROMPTUSER = 1
>   On Error Resume Next
>   WB.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
> End Sub
> // -->
> </SCRIPT>

Enough said about this the better.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to