Jump to content

heisann999

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by heisann999

  1. I'm not very experienced in html.

     

    Is there a way to pass on text that is shown as a part of a form (not text that the user fill in, but text written by the programmer in the html-file), without having to write it as "value" in addition?

     

    I've checked the W3Schools.com, and tried to search google as well, but I can't find any information on this.

     

    I know I can do something like this:

     

    <td>Verb1<input type="hidden" name="Verb1" value="Verb1"></td>

     

    But is there a way of doing this without having to write the same twice in the html-coding?

     

     

×
×
  • Create New...