Results 1 to 9 of 9

Thread: Hiding address bar etc

  1. #1
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755

    Hiding address bar etc

    Hi all,

    Would someone tell me how I can hide the address bar, back button etc on a page using javascript please? I think you put some code in the link that is linking to the actual page - but really I'm not that sure.

    Thanks,
    Mike
    Don't you just love free internet games ?

  2. #2
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Please ignore this post, kind of got it sorted
    Don't you just love free internet games ?

  3. #3
    Registered Member incka's Avatar
    Join Date
    Aug 2003
    Location
    Wakefield, UK, EU
    Posts
    3,801
    I can make you page full screen.. no start bar... no toolbars... all there will be is the scroll bar... if thats what you want tell me and il post the code

  4. #4
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    I've found out how to do it now.

    Thanks anyway.
    Don't you just love free internet games ?

  5. #5
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    you should post your solution so that if someone else needs to do it one day they'll find this thread helpful if they find it in a search.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  6. #6
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    OK, I think this is correct, although it is the first time I have used javascript:

    Code:
    <a href="javascript:void" window.open('http://www.example.com','Window Name','toolbar=no','location=no','directories=no','menubar=no')>
    If anyone wants info on more attributes etc you can have in a javascript link, I suggest visiting http://www.pageresource.com/jscript/jwinopen.htm
    Last edited by Mike; 08-15-2003 at 01:59 PM.
    Don't you just love free internet games ?

  7. #7
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Hmm... after testing that it comes up with the "Error on Page" message at the bottom of the screen.

    Anyone know whats wrong?

    Thanks,
    Mike
    Don't you just love free internet games ?

  8. #8
    Registered Matt's Avatar
    Join Date
    Aug 2003
    Posts
    15
    Hi,

    The page attributes should not all be in separate single quotes...they are just separated by commas, like this:

    Code:
    <a href="javascript:void" window.open('http://www.example.com','Window  Name','toolbar=no,location=no,directories=no,
    menubar=no')>
    That should work!

    Matt

  9. #9
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Ah, thanks Matt
    Don't you just love free internet games ?

Similar Threads

  1. Chris - Jalic Hosting Shows Old Address
    By incka in forum General Chat
    Replies: 1
    Last Post: 02-07-2004, 08:03 AM
  2. Someone is using my email address to spam...
    By incka in forum General Chat
    Replies: 2
    Last Post: 01-29-2004, 11:57 AM

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
  •