GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   hidding actual url on mouseover... ??? (https://gfy.com/showthread.php?t=419464)

zentz 01-20-2005 09:12 AM

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 ?

brand0n 01-20-2005 09:12 AM

lol are you a webmaster?

StuartD 01-20-2005 09:13 AM

Code:

onmouseover="window.status='http://www.domain.com';return true" onmouseout="window.status='';return true"

zentz 01-20-2005 09:18 AM

Quote:

Originally Posted by brand0n
lol are you a webmaster?

no, do you have cock or a pussy ?

zentz 01-20-2005 09:19 AM

Quote:

Originally Posted by NichePay - StuartD
Code:

onmouseover="window.status='http://www.domain.com';return true" onmouseout="window.status='';return true"

thanks...

d00t 01-20-2005 09:22 AM

copy it from google?

zentz 01-20-2005 09:24 AM

Quote:

Originally Posted by d00t
copy it from google?

this way was faster

Paco, of Large Cash. 01-20-2005 09:25 AM

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