Hi John,

here it goes the simple solution to your problem

try your example with this code.

window.open("http://etc","Updateform","width=200 height=500")

but isn't it same, well almost, just change the attribute "Update form" to
"Updateform".

yes it sounds unbelievable but it works.

Manoj Nahar

At 03:18 PM 12/15/2001 -0500, you wrote:
>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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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

Reply via email to