RE: maximize

by Francois de Beer <fbeer(at)sars.gov.za>

 Date:  Tue, 1 Feb 2000 15:56:23 +0200
 To:  MikeMarinaro(at)cs.com,
hwg-basics(at)mail.hwg.org
  todo: View Thread, Original
>>How do I make my web page maximize when it is opened?
hmmm
Difficult one. I'll look at it a bit more but for now: Tested in IE4
J-Script

//Resize to UserScreen Height and Width (Remember that height is to high for
statusbar.... so minus about 10?)
window.resizeTo(window.screen.width,window.screen.height) 
//Move to Location X=0 and Y=0
window.moveTo(0,0)


Not Ideal but it's a start...
HTH
Beer

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.