Results 1 to 4 of 4

Thread: Removiong Bars From Browser

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2000
    Posts
    135
    HI i would like ot know how to remove cenrtain bars from the browser on load can you please help me? thanx

  2. #2
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    do you mean the address bar and things like that? you can do that but it has to be done from a link.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2000
    Posts
    135

    ok

    ok thats not a problem just giveme the code

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    well i mean you don't have to do it from a link, but you can't just say type in www.yoursite.com and it would automatically be there with no address bar etc.

    this will produce a plain window with nothing but a title bar.

    Code:
    
    window.open("http://www.yahoo.com","newwindow","
    scrollbars,toolbar=no,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=310,height=200")

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