Hi,
I am trying to create text in html, that once clicked, the the value of a textbox residing near it, changes its value to be equal to that of the text clicked.
Is there anyway I can do that?
In other words I want the functionality of a button (the onClick event) for a link/text.
Thank you
For example: What's wrong with this?
<td><input type="submit" name="submit" value=<%=text.toString()%> onClick="(<% TextBox1.Text=text.toString()%>)" style="background:none;border:0;color:#ff0000"></td>
?
thx