This is a discussion on "[SOLVED] how to hide address bar... in browser" within the JavaScript Forum section. This forum, and the thread "[SOLVED] how to hide address bar... in browser are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] how to hide address bar... in browser
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Afternoon,
I am trying to get the browser down to its bare minimal. So I need to get rid of everything. Bit like a popup box, but full screen. Everything gone: Address bar Links Standard buttons. I can get it to work through a popup but require the first page to be the same as the rest with everything gone. Can anyone help. Any help is greatly appriciated. Cheers Dan Last edited by R8515198; Jan 30th, 2008 at 15:45. |
|
|
|
#2
|
|||
|
|||
|
Re: how to hide address bar... in browser
SORRY PLEASE COULD SOMEONE MOVE THIS TO THE JAVASCRIPT SECTION
I have found this code its perfect but am having problems changing this code/link var newloc = "http://www.yahoo.com"; to index.htm
|
|
#3
|
||||
|
||||
|
Re: how to hide address bar... in browser
You need to specify a full HTTP location.
So if index.htm is in the root of example.com, the link would be Quote:
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#4
|
||||
|
||||
|
Re: how to hide address bar... in browser
Moved to javascript as requested.
You would need to have newloc contain the entire URL to index.htm var newloc = 'http://www.yoursite.com/index.htm';
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#5
|
|||
|
|||
|
Re: how to hide address bar... in browser
This is all going onto cd so the location will be dependant on what drive the cd is on!!
If var newloc = 'http://www.yoursite.com/index.htm'; cant be modified does any one have another script that sould have the same effect. Cheers Dan |
|
#6
|
|||
|
|||
|
Re: how to hide address bar... in browser
If it is not possible to edit the code above,
how would i go about getting the first window to close, and the new window to have the features of the popup. Then links within stay to the pop up featured window. Does that make sence?? |
|
#7
|
||||
|
||||
|
Re: how to hide address bar... in browser
You could try getting the current page location and adding index.htm to it with something like.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#8
|
|||
|
|||
|
Re: how to hide address bar... in browser
Yet again you have come out with the goods, many thanks.
Cheers Daniel |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] 'browser specific' CSS | danny322 | Web Page Design | 3 | Jan 24th, 2008 16:14 |
| [SOLVED] Hide thread | unitedcraig | Webforumz Suggestions and Feedback | 15 | Jan 17th, 2008 16:22 |
| [SOLVED] browser display problem | thewebkid | Web Page Design | 2 | Nov 29th, 2007 11:54 |
| [SOLVED] CSS Page Layout in other browser | dhossai | Web Page Design | 9 | Nov 8th, 2007 14:57 |
| [SOLVED] Show&Hide Div Box | Maska | JavaScript Forum | 6 | Oct 1st, 2007 11:04 |