Does anyone know how to open a window (in IE 4.0+) without a border, toolbar, scrollbars, and the top bar?<br>--Jim King<br><A HREF="mailto:jim@webteksolutions.com">jim@webteksolutions.com</A><br>
its possible to have a window opened without all of the above, except for the border, you cant remove the border.(I've never seen it done) <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href=
use<br><br>window.open("something.html","",""<br><br>in javascript <p>theEclipse<br><a href=mailto:eclipse_web@hotmail.com>eclipse_web@hotmail.com</a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.
first off, snt's proposal smells of IE-only code... theEclipse's code looks right, but you may want to specify a name for DOM referencing (in the first pair of empty quotes) and a page size (in the second).<br><br>If you're unsure as to how to look up the width or height, you can get a basic idea from my JavaScript FAQ. It wasn't written for this, but you've got the basic idea (look for the "window.open()" line)... Best of luck! <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=
, you'll see that it's not even listed as a deprecated feature. Which means it's probably not supported in NN6... <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.