View Full Version : javascript popUp question?
call_sreenu
07-08-2008, 04:20 AM
My question is
in window.open() if i give resizable=no,scrollbars=no,width=500px,height=300px is working fine in IE but not working in mozilla ,Iam working on LINUX
Thank You,
Sreenu.
rangana
07-08-2008, 05:12 AM
I'm not on a Linux, but maybe worth a try to show us your code so we could play with it.
jscheuer1
07-08-2008, 05:29 AM
Units shouldn't be specified with window.open(), pixels are understood. The resizable and scrollbar specifications can be overridden by browser settings, as can be the default effect of omitting a boolean specification like directories.
Please post a link to the page on your site that contains the problematic code so we can check it out.
See also:
http://developer.mozilla.org/en/docs/DOM:window.open
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.