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 September 7th, 2005, 11:43 AM
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
Changing a links text

i have this javascript function that hides and shows content but i want to alternate the text link to say show and hide onclick here is the function below and it hides and shows on click but it dosent change the links description

if(this.document.getElementById( id).style.display=='none'){
this.document.getElementById( id).style.display='inline';

Set_Cookie('showRightCol','true',30,'/','','');
var show = Get_Cookie('showRightCol');
document['HideHandle'].write('<a href="#">Hide</a>');
}else{
this.document.getElementById( id).style.display='none';

Set_Cookie('showRightCol','false',30,'/','','');
var show = Get_Cookie('showRightCol');
document['HideHandle'].write('<a href="#">Show</a>');

}
}


this is where i use it
echo '<div onclick='hideRightCol("rightCol");'> <a href="#" id="HideHandle" name="HideHandle" alt="Expand or collapse menu">Hide </a></div>';


Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Changing a links text


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 1 hosted by Hostway