![]() |
hidding actual url on mouseover... ???
i forgot how to do that.. :(
i want something like this... actual url... a) http://www.lustypuppy.com/cgi-bin/at...ww.cloland.com b) http://www.lustypuppy.com/cgi-bin/at...tickyjuice.com result... a) http://www.cloland.com b) http://stickyjuice.com anyone ? |
lol are you a webmaster?
|
Code:
onmouseover="window.status='http://www.domain.com';return true" onmouseout="window.status='';return true" |
Quote:
|
Quote:
|
copy it from google?
|
Quote:
|
The folowing script hides the actual URL of any chosen link.
You have to tweak the code that goes in the HEAD for this to work. The unprotected link is simply a normal link. IN THE HEAD <SCRIPT LANGUAGE="JavaScript"> <!-- Original: BOOGIE WOOGIE([email protected]) --> <!-- Web Site: http://www.boogie.com/woogie --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function url() { hidden = open('http://javascript.internet.com/new/','NewWindow','top=0,left=0,width=1020,height=710, status=no,resizable=yes,scrollbars=yes'); } // any of the above window parameters can be changed, // but if you want the link to remain hidden do not // change 'status=no' // End --> </script> IN THE BODY <a href="javascript:url()">Protected Link</a> | <a href="http://javascript.internet.com/new/">Unprotected Link</a> <br> <br> (Look at the Status Bar) <p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> |
All times are GMT -7. The time now is 05:06 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123