View Full Version : Defining Window Size


rhppixie
07-21-2003, 12:23 AM
Hey Guys! I'm looking for some HTML help, and thought this would be a good place to turn. My question is as follows: If I want a link to open in a new window from a drag-down menu in a window that is already resized, how would I do it? Is it even possible?

I'm not even sure that made sense, so I'll ask a more simple question. How do you make a window that is a predetermined size, say 440x600? If my question doesn't make sense, let me know and I'll try to simplify it.

Thanks for any help you can give me!

kittycat
07-21-2003, 12:38 AM
Use a popup window: http://www.lissaexplains.com/javascript4.shtml#window

And for the link option in the menu use the javascript:popup() bit, same as for a regular text link.