Click to See Complete Forum and Search --> : How to specify browser window size with HTML? Or does it need to be JS?
kytar
04-21-2003, 10:11 PM
Okay, this should be a simple one for most of you, but I can't find info anywhere online. I want to put code into a page that will set its window size (and location, if possible). Can I do this with HTML, or JS?
-CodeDummy
aka - Kytar
potemkin
04-22-2003, 05:55 PM
Hey. I was just wondering, what about CSS? I thought that you can position your window with it, or does it only work for the stuff that is on the page itself. Like position:absolute...
khalidali63
04-22-2003, 06:02 PM
I don't think you can do that.because CSS properties only affect the document,not the window..