galvin Posted March 27, 2010 Share Posted March 27, 2010 In javascript referencing an <a> tag, you can have code that ends in ".value" to reference the VALUE property of that A tag (i.e. "1" in the link below). But what do you use for the text that is in between the A tags (i.e. "Click here" in the example code below).. <a href="link.com" value="1">Click here</a> Quote Link to comment Share on other sites More sharing options...
trq Posted March 27, 2010 Share Posted March 27, 2010 .innerHTML Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.