+ Reply to Thread
Results 1 to 6 of 6

Thread: Eliminating the address bar.
      
   

  1. #1
    qwmrhai is offline Sergeant
    Join Date
    May 2006
    Posts
    32

    Default Eliminating the address bar.

    I want to eliminate the address bar when a hyper link opens a new page. Can someone provide the code that will do this? thanks!

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Eliminating the address bar.

    Well- there are two ways to accomplish this. On the new page that gets opened- don't have a navigation bar.

    Or-

    There are many java-script type dynamic nav/menu bars scripts that you can use. Some float around or close down to a small picture and then when moused over- they enlarge. I would do a google search to find such an item.

    Cheers

    Andy
    PHP- is a blast!

  3. #3
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: Eliminating the address bar.

    The only way I know is to get the page displayed in a popup.

    Popups can be customized to your preferences, ie, no scroll bars, no menus, size of the popup and the position it takes on the screen. Sounds cool, ey..?! Even though it does, not many would suggest it, simply because a great number of internet users have some software in place that KILLS popups.. Do you still want to use it....??????

  4. #4
    qwmrhai is offline Sergeant
    Join Date
    May 2006
    Posts
    32

    Default Re: Eliminating the address bar.

    Quote Originally Posted by ez-ez
    The only way I know is to get the page displayed in a popup.

    Popups can be customized to your preferences, ie, no scroll bars, no menus, size of the popup and the position it takes on the screen. Sounds cool, ey..?! Even though it does, not many would suggest it, simply because a great number of internet users have some software in place that KILLS popups.. Do you still want to use it....??????
    Well, your right. I don't want to have popups. All I want to do is keep people from leaving my site when they click on a hyperlink. I thought that by eliminating the address bar would do the trick, but having it be a popup would be bad. Thanks!

  5. #5
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Eliminating the address bar.

    To keep people from leaving your site- simply make the target to _blank

    This will open subsequent pages in a seperate window. When they close out that window- your website is still there.

    Andy
    PHP- is a blast!

  6. #6
    qwmrhai is offline Sergeant
    Join Date
    May 2006
    Posts
    32

    Default Re: Eliminating the address bar.

    Quote Originally Posted by Andy128
    To keep people from leaving your site- simply make the target to _blank

    This will open subsequent pages in a seperate window. When they close out that window- your website is still there.

    Andy
    This is how I currently have it, and it works fine, however, I was hoping to find a way to get rid of the address bar in the new page without having it be a popup window. Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49