browser

C

chele

is there a way to set up you site so when a visitor goes
to it it automatically pops up in full screen view
instead of a smaller view that they have to maximize to
see the entire site?
Thanks
 
M

MD WebsUnlimited.com

Hi Chele,

Yes there is.


An it is
<body onload="window.resizeTo(screen.width,screen.height)" >
 
Top