<form method="post" action="http://gulgasht.com/mail.php" name="Form1">


<label>First Name:
<input type="text" tabindex="1" size="10" maxlength="15" name="FNAME" Value="Put your First Name Here"  title="JIN">
</label>



<label>First Name:
<input type="text" tabindex="3" autocompete size="10" maxlength="15" name="FNAME" Value="Put your First Name Here"  title="JIN">
</label>




<label>First Name:
<input type="text" tabindex="2" autocompete size="10" maxlength="15" name="FNAME" Value="Put your First Name Here"  title="JIN">
</label>
<input type="radio" name="1" value="ONe">
<input type="radio" name="1" value="2">
<input type="radio" name="1" checked>
<input type="radio" name="1">
<input type="radio" name="1">

<textarea tabindex="5" rows="15" cols="15">

</textarea>
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">


<select size="10">
<option>One</option>
<option selected >2</option>
<option>3</option>
<option>4</option>

</select>
<input type="submit">


</form>





