Reply
status bar
Old 05-14-2003, 03:29 PM status bar
97lt2959's Avatar
Novice Talker

Posts: 7
Location: North Wales
I have a script on my site to stop the user seeing what the url for the link is going to, i found a bug in the script and cant seem to find a way around it. Basically when the link is clicked it displays the url while the page loads then goes back to normal ie you can hover over it and it doesnt appear in the space bar. here is the code i have can any one help?

<SCRIPT LANGUAGE="JavaScript">
<!--
function open(){
return false;
}
// -->
</SCRIPT>
<script>
function hidestatus(){
window.status=''
return true
}

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

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
__________________
Im crap with code! -But I do try!
97lt2959 is offline
Reply With Quote
View Public Profile Visit 97lt2959's homepage!
 
When You Register, These Ads Go Away!
     
Old 05-15-2003, 12:00 PM
praveen's Avatar
Life is a Dream

Latest Blog Post:
Accidental Techie
Posts: 3,566
Location: in a distant land far away from reality
that is not possible i think.. u cannot hide the url when someone clicks on it..

there are many ways to get the url of the site.

so i do not why u wanna do it..

but my answer is no.
__________________
Praveen
Web Tools - Smilies - Celebs - Bookmarks - Indian Food - Create a Poll

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Reply     « Reply to status bar
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11463 seconds with 13 queries