Assume the following HTML markup.

<td id="G23520050328_name">
        <a href="..." title="..." onClick="...">CalHFA</a>
</td>

In a JS function there is basically this assignment. [This of course is done 
dynamically but I am simplifying for this question.]

var name_cell = document.getElementById("G23520050328_name");

What I would like to know, what is the simplest yet cross browser compatible 
method to access the <a>nchor element in the "name_cell" reference in order to 
set a style property on the anchor?  The color property in my current 
requirement.  This can hopefully be done with little to no extra HTML since 
there are hundreds of these cells.

TIA

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203298
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to