Here's one easy enough it embarrasses me to have to ask.
Given some value in variable 'uu', what is the proper syntax to get that value
into a hidden variable in the middle of a form:
<form>
....
<input type="hidden" name="harvey" value=uu>
</form>
Ross
Given some value in variable 'uu', what is the proper syntax to get that value
into a hidden variable in the middle of a form:
<form>
....
<input type="hidden" name="harvey" value=uu>
</form>
Ross
Comment