February 2006
Beginner
416 pages
11h 35m
English
<form method="post" action=mailto:emailaddress enctype="text/plain">where emailaddress is the address to which to send the data.
<form method="post" action="url">where url is the path to the script.
<input type="text" name="fieldname" size="n" maxlength="n" />
where fieldname is a unique name you assign, and n is a number of characters.
<textarea name="fieldname" rows="n1" columns="n2">Default text</textarea>
where fieldname ...
Read now
Unlock full access