Click to See Complete Forum and Search --> : Getting the INDEX (start page) window to open at a specific size


troyguy39
04-23-2003, 09:28 PM
Hi again guys!!!

One more ?...

You solved the problem for me about opening links in new windows.... A new ?...

How do I get the Index page to open at a specific size. When you type the url address, I would like that window to open 900x600.

Thanks

Joe

pyro
04-23-2003, 09:32 PM
You use window.resizeTo(900,600); But, you do realize that 800x600 is the most popular screen res, and resizing to 900 is probably not a very good idea?

troyguy39
04-23-2003, 09:42 PM
that has to go in between a <script> right?

I thought 1024 x 768 was more commonly used

pyro
04-23-2003, 09:47 PM
Yes, you need to put them between script tags. Here are the stats. http://www.thecounter.com/stats/2003/March/res.php They are within 5% but, 800x600 is far to popular to rule out...