Results 1 to 3 of 3

Thread: Open Page in Full Window Mode

  1. #1
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question Open Page in Full Window Mode

    Hi Everybody.

    Sorry, to ask this question again but I lost the file where I saved this code.
    What I want to know is, what code I have to enter or what to do that if someone opens the index page that it opens automatically in full window mode?
    Please help me out once more with this.
    This time I will save it properly so it wont get lost again.

    Thanks in advance.
    Cheng

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    <script language="JavaScript1.1">
    <!--

    /***********************************************
    * Auto Maximize Window Script- © Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for this script and 100's more.
    ***********************************************/

    top.window.moveTo(0,0);
    if (document.all) {
    top.window.resizeTo(screen.availWidth,screen.availHeight);
    }
    else if (document.layers||document.getElementById) {
    if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
    top.window.outerHeight = screen.availHeight;
    top.window.outerWidth = screen.availWidth;
    }
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Hi Simonf.
    Thank you very much.
    I was stupid.
    I did forget that I have to just lookup all my posts in this forum.
    Still I appreciated your help very much.
    Just want to say that this here is one of the very good forums to get professional help.
    So long.
    Cheng

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •