Forum Moderators: open

Message Too Old, No Replies

Most Minimal Pop-up Window Possible?

         

jk3210

2:28 am on Sep 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm doing a "Processing" type, timed pop-up window and I'm looking for the most minimal, bare-bones, plain-jane window possible. This is what I have:

toolbar=no,location=no,directories=no,...
status=no,menubar=no,resizable=no,scrollbars=no

Is there anything I left out?

tedster

7:57 am on Sep 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You have all the important ones, but there's a code saver here for you.

If you have no features argument in a window.open method, then all the features will be present in the new window. But if you specify ANY one feature, then all the other features are supposed to default to "no". Try it out -- I'm pretty sure it works that way cross-browser.

jk3210

4:55 am on Sep 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>...then all the other features are supposed to default to "no"<<

Yes, I gave it a try and that's how it works.

Thanks