Connecting Tech Pros Worldwide Forums | Help | Site Map

New Syntax ?

Ross M. Greenberg
Guest
 
Posts: n/a
#1: Jul 20 '05
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





Douglas Crockford
Guest
 
Posts: n/a
#2: Jul 20 '05

re: New Syntax ?


> Here's one easy enough it embarrasses me to have to ask.[color=blue]
>
> 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>[/color]

But it didn't embarrass you enough to crack a book open, or to browse an on-line
reference. Besides which, this isn't a syntax question. It is a dom question.

http://www.crockford.com

Douglas Crockford
Guest
 
Posts: n/a
#3: Jul 20 '05

re: New Syntax ?


> Thank you for your help, Douglas.

I like to help people. It's what I do.

Closed Thread


Similar JavaScript / Ajax / DHTML bytes