hide query string

P

Peter Rilling

Are you interested in this for security reasons or just so the URL is not
cluttered?

Regardless though, you really cannot unless you wrap the page in a frame and
then the main URL never changes, but the frame's does. Also, what would be
the point of hiding it if the hyperlinks on the page still show them and
they appear in the status bar when you hover over a link?
 
Joined
Aug 9, 2006
Messages
2
Reaction score
0
Insert this inside your head tag

<script>
function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,996
Messages
2,570,238
Members
46,826
Latest member
robinsontor

Latest Threads

Top