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!
Eliminating the address bar.
Collapse
X
-
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
AndyPHP- is a blast!
-
-
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....??????
Comment
-
-
Re: Eliminating the address bar.
Originally posted by ez-ezThe 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....??????
Comment
-
-
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.
AndyPHP- is a blast!
Comment
-
-
Re: Eliminating the address bar.
Originally posted by Andy128To 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
Comment
-
Comment