Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



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

Posts: 7
Location: North Wales
Trades: 0
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!
 
 
Register now for full access!
Old 05-15-2003, 01:00 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to status bar
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.24455 seconds with 12 queries