View Full Version : Hiding the URL
Is there a way to have a page on your site in which the URL does NOT show up in the location bar? thanks .........
darkcarnival
01-02-04, 03:54 PM
hmm i dont think there is. why would you want your address to be hidden?
location=0 or location=no in the list of attributes which is the third
argument of the window.open() method, which you will be using to create the pop-up.
Dr-Hack
01-03-04, 05:51 AM
I know that you will get alot of Jav-related help through http://javafile.com/
and i have also seen the script which u need...there..
C Y A
karlcore
01-13-04, 12:57 PM
Is there a way to have a page on your site in which the URL does NOT show up in the location bar? thanks .........
Yup. Use frames. Then, suffer the many negatives of using frames....
<script>
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
This is a script I use on regular basis, it's excellent for hiding hyperlink locations in the status bar. Other than creating a full screen popup window for your website, I can't think of a way of removing the ADDRESS Bar. Many visitors would not be happy about this in my opinion anyway.
Regards
Tony
Is there a way to have a page on your site in which the URL does NOT show up in the location bar? thanks .........
Yeah,
Depends what you're asking for.
If you're talking about a frame, then yes, it's easy. Inline frames are also handy, fun, and ethical!
But if you're talking about actually hiding the location of your page from the address bar, so that the user thinks that they're on another site...
well... there was a way to do that too. It only worked on IE, and only on Win98, and not up to date xp boxes. It seems to go all the way back to IE 4 though.
If you have a system that has recently been updated, or any browser but IE, it will not work.
Information on it here:
LINK REMOVED :: REPORTED VIRUS
View the source for the page.
Everything you need is right there in that js button.
Have fun.
what happens when i goto your site and look at your source? lol
angel.of.wisdom
08-20-05, 09:50 PM
"LINK REMOVED :: REPORTED VIRUS" wot was that? :s was that code malign? is there a moderator here that can answer me? lol
{forgive my english}
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.