PDA

View Full Version : window open


angiras
09-22-2003, 08:18 AM
I'm trying this code :

onclick

window.open('child.aspx','mywin','width=370;height=220;top=50;left=220;resizable=no;dependent=yes;di rectories=no;location=no;menubar=no;personalbar=no;scrollbars=no;titlebar=no;toolbar=no;status=no;') ;

the window open but the : 'width=370;height=220;top=50;left=220 are wrong

why ?

cheesebag
09-22-2003, 08:24 AM
Commas, sí! Semicolons, no! :D

.......ywin','width=370,height=220,top=50,l.......

angiras
09-22-2003, 09:11 AM
oups ! bad pupil am I :-))

thanks !!!