Results 1 to 3 of 3

Thread: browser properties?

  1. #1
    BG
    Guest

    browser properties?

    Hey Everyone,
    I'm not even sure how to word this correctly so if I f it up please forgive my ignorance. How can I force an html/asp page to open up in a browser with only the border available(no File menu bars or nav buttons ect) sort of like the advertisement windows you see all over the net.
    Thanks
    BG

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Use this:

    window.open(URL,NAME,directories='no',menubar='no',scrollbars='no',status='no',toolbar='no')

    URL is the url that you want to load in and NAME is the name that you can give the window.


    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3
    BG
    Guest

    Thumbs up

    Perfect

    Thanks alot !

    "B"

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