Results 1 to 2 of 2

Thread: Remove Internet Explorers Toolbars

  1. #1

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Remove Internet Explorers Toolbars

    How do I get rid of the IE toolbars (Address Bar, Menu Bar Navbar thing) and set the windows Height and width.

    I need this in a New Window

    Also I want I to add a "Close" Link at the bottom of the page which will close the window. I had some code for it a while back, but whenever I used it, it brought up a msgbox saying "this window is trying to be closed, etc"

    Thanks in advance
    Don't Rate my posts.

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    Here you go...

    Code:
    var w = open ('', 'windowName', 'width=300,height=300,titlebar=0');
      w.document.open();
      w.document.write('<HTML><BODY><A HREF="javascript: window.close
    ();">close<\/A>');
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

Posting Permissions

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



Click Here to Expand Forum to Full Width