New Syntax ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ross M. Greenberg

    New Syntax ?

    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

    #2
    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.



    Comment

    • Douglas Crockford

      #3
      Re: New Syntax ?

      > Thank you for your help, Douglas.

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

      Comment

      Working...