Gossamer Forum
Home : General : Perl Programming :

form input variations

Quote Reply
form input variations
I am getting mixed up on what different arangements in input syntax means, could somebody straighten me out? Here are the examples to define, this first set is from the DBman templates record_form.html:
<input type=text name="ID" size="5" maxlength="8">

<input type="text" name="Title" <%Title%> size="40" maxlength="75">

<input type=text name="Hits" value="" size="10" maxlength="10">

------------
This is from add_form.html, and the action is a "post"
<input type="Hidden" name="Date" value="<%Date%>">

Thank you


Subject Author Views Date
Thread form input variations Bert99 2053 Mar 10, 2000, 3:20 AM
Post Re: form input variations
Stealth 1955 Mar 10, 2000, 12:27 PM