![]() |
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! |
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 http://members.home.net/cyberdogs/An...cool_shine.gif * <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> |
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 |
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. |
view there source code and maybe you will see it ;-)
|
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).] |
Code:
onFocus="window.status='http://www.whatever.com/'; return true;"onMouseOut="window.status=''; 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;"> Code:
</a> Bugger it. Look at the source. [This message has been edited by richard123 (edited 09-06-2001).] |
very interesting code.. thanxz.
.:h0st [This message has been edited by h0st (edited 09-06-2001).] |
|
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! |
hahahhaha
code newbies!!!! |
All times are GMT -7. The time now is 09:25 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123