Contoh script menu select
<form action="#file_select.php" method="post" name="select" id="select">
<label>
<select name="select">
<option>select1</option>
<option>select2</option>
<option>select3</option>
<option>select4</option>
</select>
</label>
<label>
<input type="submit" value="GO">
</label>
</form>
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.