Click to See Complete Forum and Search --> : Popup size and stuff.


SuzanneB
07-03-2005, 08:31 AM
I want a popup window with some info in it.
I know in Javascript how to control various aspects of the window, but can I get rid of the menus's scroll bars and so on without Javascript? My book seems to be a bit lacking in info on this. I guess I want no menu's, no scroll bars and the window to be a fixed size. I can do this is JS but just don't want to!

buntine
07-03-2005, 08:39 AM
I don't think so. By default, a popup will contain all activated toolbars. You need some additional processing (most notably via JavaScript) to have them removed.

You could always just use target="_new". You may also want to look into some type of CSS/DHTML alternative like hidden divisions. It would still require some post-render processing, however.

Regards.

SuzanneB
07-03-2005, 09:49 AM
Hmm.. I guess I will just use javascript.
:-(