Blanks are not allowed in the option-parameters of a window

MyWindow =
window.open(MyUrl,"WindowName","width=500,height=600,menubar=yes,status=yes,
resizable");

the "=yes" parameters can be left out, when a valid keyword is found "yes"
is presumed, otherwise "no"

CU
Wolfgang


>Hi,
>
>I tried to open a new window with menubar =yes, status = yes, width = 600,
>height = 500, resizable = yes . In IE 5.0 the child window opens
>with the parameters that i specified, however in NS 4.51, 4.6, 4.61, 4.7
>the child window pops up with none of the attributes mentioned above. Also
>the child window takes the size of the parent window inspite of specifying
>the width to be 600 and height to be 500. Has anyone experienced such
>behaviour
>in NS.  I posted this question in javascript newsgroup, no response hence
>the email here.
>
>Thanks in advance  / Vais

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to