Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-05-2001, 09:57 PM   #1
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
how to make this onmouseover thing?

when you put onmouseover on a link, it will show that fake url when the mouse curser is over the link. but when the surfer pushes and holds down the left button, it shows the real url in the status bar.

once i saw a site where you would click and hold the button but still see the fake url. you could see the real url only by right click - properties.

how can this be done? js gurus help!
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-05-2001, 10:00 PM   #2
CDSmith
Too lazy to set a custom title
 
CDSmith's Avatar
 
Industry Role:
Join Date: May 2001
Location: My network is hosted at TECHIEMEDIA.net ...Wait, you meant where am *I* located at? Oh... okay, I'm in Winnipeg, Canada. Oops. :)
Posts: 51,460
Well I'll be dipped and dryed!

You're right! I don't think I ever would have noticed that, but then again I've not used the mouseover script much at all.

I too would be interested in knowing how to prevent this.
<font face="Verdana">___________
CD

* <a href="http://www5.smutserver.com/babes/nudes/erotica/" TARGET="_blank"><font color="#FFDDFF"> Nightmares & Other Sex Fantasies</font></a> Original quality erotica & dark fantasy stories
* <a href="http://members.home.net/cyberdogs/Anti-Censorship%20Site/"><font color="#FFFFDD"> Sites Against Censorship</font></a> Support something worthwhile, support your future!
* <a href="http://www.erasercash.com/wm.html?ID=1380291" TARGET="_blank"><font face="Verdana" color="#FFCCCC">ERASERCASH!</font></a> Earn $35 per sale + webmaster referrals 4 LEVELS DEEP</font>
CDSmith is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-05-2001, 10:15 PM   #3
RockDaddy
Confirmed User
 
Join Date: Jul 2001
Posts: 750
If they hold down the left button, when they let go, they're going to your sponsor regardless. Right??

This will stop the right click "properties", place this in the body tag (if you didn't already know) oncontextmenu="return false"

And rather than mouseovers, try this...
http://[email protected]

Everything after the http:// and before the @ are ignored. You guys probably know this but maybe somebody didn't. This can be a useful alternative to mouseovers which a lot of tgp's, link sites and avs sites give you trouble over.

RD
RockDaddy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-05-2001, 11:27 PM   #4
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
well, i know all that stuff, and that wasnt my question...

how can i make it so that when left mouse button is down, the surfer doesnt see the real url on status bar, but the fake url.. this doesnt work with regular onmouseover methods.
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 03:37 AM   #5
lagwagon
Confirmed User
 
lagwagon's Avatar
 
Join Date: Jul 2001
Location: az
Posts: 8,464
view there source code and maybe you will see it ;-)
lagwagon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 03:45 AM   #6
tenletters
Confirmed User
 
tenletters's Avatar
 
Join Date: Jan 2001
Location: the deep south
Posts: 2,079
I've seen this done using forms but only with a submit button or image. You can, however, make a very small image that appears to be text. Nothing shows during right, or left, click.

Let me think what sponsor used that shit....

ahhh yes.. it is teenflood.com . Signup for an account, go to the banner page, and at the bottom of the page, there is the code.

I'd post it here but I always fuck up while pasting code, on a UBB.

(I just wanted to add that I am in no way suggesting that anyone use teenflood.com as a sponsor. That is the page where I saw the code, that's all!)



[This message has been edited by tenletters (edited 09-06-2001).]
tenletters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 05:40 AM   #7
richard123
Confirmed User
 
Join Date: Mar 2001
Posts: 491
Code:
onFocus="window.status='http://www.whatever.com/'; return true;"onMouseOut="window.status='';
Use it together with onMouseover. Like this:

Code:
<a href="http://www.amateurpages.com/sponsorID" target="_blank" onMouseOver="window.status='http://www.amateurpages.com/'; return true;" onFocus="window.status='http://www.amateurpages.com/'; return true;"onMouseOut="window.status=''; return true;">
TheLink
Code:
</a>

Bugger it. Look at the source.


[This message has been edited by richard123 (edited 09-06-2001).]
richard123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 05:59 AM   #8
h0st
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Finland
Posts: 1,216
very interesting code.. thanxz.

.:h0st

[This message has been edited by h0st (edited 09-06-2001).]
h0st is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 07:33 AM   #9
Theo
HAL 9000
 
Industry Role:
Join Date: May 2001
Posts: 34,515
true

------------------
lightningfree.com. They have never been known to redirect
Theo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 10:35 AM   #10
kush
Confirmed User
 
Join Date: Feb 2001
Posts: 3,382
Kickass Richard! I've been looking around for that "better kind of mouseover" for quite some time - thanks alot dude!

------------------
Webmaster's Page - Tips, tricks, and more, Kush style!
Sponsor's page- Organized, honest info including my comments
** If you're ever in Austin look me up!
** If you want to trade small amounts of VERY HIGH quality traffic contact me!
kush is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-06-2001, 12:03 PM   #11
stangster
Confirmed User
 
Join Date: Jan 2001
Location: SoCal
Posts: 1,126
hahahhaha

code newbies!!!!
stangster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.