Guest book example

<form method=”post” name=”guestform“>
<table width=”550″ border=”0″ cellpadding=”2″ cellspacing=”1″>
<tr>
<td width=”100″>Name *</td> <td>
<input name=”txtName” type=”text” size=”30″ maxlength=”30″></td>
</tr>
<tr>
<td width=”100″>Email</td>
<td>
<input name=”txtEmail” type=”text” size=”30″ maxlength=”50″></td>
</tr>
<tr>
<td width=”100″>Website URL</td>
<td>
<input name=”txtUrl” type=”text” value=”http://” size=”30″ maxlength=”50″></td>
</tr>
<tr>
<td width=”100″>Message *</td> <td>
<textarea name=”mtxMessage” cols=”80″ rows=”5″></textarea></td>
</tr>
<tr>
<td width=”100″>&nbsp;</td>
<td>
<input name=”btnSign” type=”submit” value=”Sign Guestbook” onClick=”return checkForm();”></td>
</tr>
</table>
</form>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.