Dynamically update variables in a link
Dynamically update variables in a link
Out of context: Reply #10
- Started
- Last post
- 15 Responses
- acescence0
create a hidden field in the form with a default value, then put an anchor tag set to display:block in a div and trigger a javascript function that changes the value of the hidden field, like document.myform.fieldname.value = newvalue