there seems to one problem in ur code
instead of this
window.open("http://etc","Update form","width=200 height=500"),
it should be
window.open("http://etc","Update form","width=200,height=500"),
----- Original Message -----
From: John Kilbourne <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 16 December, 2001 1:48 AM
Subject: calling a jspUrl from window.open()
> I want to load a jsp page that will be used as a form, but I can't
> get the window.open() call to adjust the width and height of the
> window. When I use
> window.open("http://localhost/examples/jsp/myPage.jsp"),
> all is well. But when I add attributes and a title to the method call
> as in:
> window.open("http://etc","Update form","width=200 height=500"),the
> window does not load. Single quotes around the attributes instead of
> double quotes do not help.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://archives.java.sun.com/jsp-interest.html
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.jsp
> http://www.jguru.com/faq/index.jsp
> http://www.jspinsider.com
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com