How to specify browser window size with HTML? Or does it need to be JS?

windows

Guest
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?<br />
<br />
-CodeDummy<br />
aka - Kytar<!--content-->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...<!--content-->I don't think you can do that.because CSS properties only affect the document,not the window..<!--content-->
 
Back
Top