Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 24th, 2005, 08:45 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
Hide target link

I want to put a link on Page A that will redirect people to Page C, but through Page B. Page B is just a tracking site that automatically redirects to another site, so I want Page C to be what is displayed when you mouse over the link. Is there a way to do this?

Link on Page A:
<a href="Page B" target="_blank">Link name</a>

How can I make Page C be seen on mouse over, or at least hide Page B from being displayed?

Reply With Quote
  #2  
Old August 25th, 2005, 11:04 AM
BlueguyBen BlueguyBen is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Exeter,UK
Posts: 40 BlueguyBen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 7 sec
Reputation Power: 2
Send a message via AIM to BlueguyBen
RE: Hide target link

You can use a bit of javascript in your <a> tag to change the text displayed in the status bar:

<a href="Page B" target="_blank" onmouseover="window.status='page C';">Link name</a>


Reply With Quote
  #3  
Old August 25th, 2005, 04:27 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: Hide target link

That seemed like it would work, but it still shows Page B on mouse over. It's a link that would go in your AIM profile if that makes any difference. Help!

Reply With Quote
  #4  
Old August 26th, 2005, 09:45 AM
BlueguyBen BlueguyBen is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Exeter,UK
Posts: 40 BlueguyBen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 7 sec
Reputation Power: 2
Send a message via AIM to BlueguyBen
RE: Hide target link

Sorry, I missed a vital bit - the return command.
You might also want the mouse out bit to clear the status bar when they move the mouse off the link.

<a href="Page B" target="_blank" onmouseover="window.status='page C';return true;" onmouseout="window.status='';return true;">Link name</a>

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Hide target link


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway