Dynamically update variables in a link
Dynamically update variables in a link
Out of context: Reply #11
- Started
- Last post
- 15 Responses
- effour0
It's a shot in the dark and I missed huge....
<a href="#" onclick="javascript:(document.myform.f_color.value = BROWN)">BROWN</a>Help me out with the correct code for an href to pass a form value?
Thanks!