window size

aarrtt / 2009-07-01 15:47:59   

how can i make my website open at a certain size? aaroncarretti.com this is the opening page to my webiste. i would like it to open up at 1089 x 768 which is the original size of the html file, then i would like to have my indexibit site open at this same size.

any help here MUCH appreciated.
aa

arsondpi / 2009-07-01 18:51:50   

it's annoying, it's wrong and obtrusive....

By the way a regular screen is 1024x768... including menus, browser tools etc...

  1. <body onload="window.resizeTo(1089,768);window.moveTo(screen.width/2-544,screen.height/2-384);">

This thread has been closed, thank you.