01.
<form name=
"frm_leave_check"
action=
"leave_check.php"
method=
"post"
>
02.
<table align=
"center"
width=
"60%"
border=
"1"
bordercolor=
"444555"
>
03.
<tr height=
"35"
>
04.
<td align=
"right"
width=
"30%"
><font face=
"tahoma"
color=
"444555"
size=
"2"
><b>Employee ID: </b></font></td>
05.
<td width=
"70%"
> <select name=
"opt_emp_id"
onchange=
"lock_opt0()"
>
06.
<option>- Please select employee -</option>
07.
<option value=
"1"
>สมชาย</option>
08.
<option value=
"2"
>สมศักดิ์</option>
09.
<option value=
"3"
>สมพงษ์</option>
10.
</select></td>
11.
</tr>
12.
<tr height=
"35"
>
13.
<td align=
"right"
width=
"30%"
><font face=
"tahoma"
color=
"444555"
size=
"2"
><b>User: </b></font></td>
14.
<td width=
"70%"
> <input type=
"text"
id=
"txt_check_user"
name=
"txt_check_user"
></td>
15.
</tr>
16.
<tr height=
"35"
>
17.
<td align=
"right"
width=
"30%"
><font face=
"tahoma"
color=
"444555"
size=
"2"
><b>Password: </b></font></td>
18.
<td width=
"70%"
> <input type=
"password"
id=
"txt_check_pwd"
name=
"txt_check_pwd"
></td>
19.
</tr>
20.
<tr height=
"30"
>
21.
<td align=
"center"
colspan=
"2"
><input type=
"submit"
value=
"Submit"
> <input type=
"button"
value=
"Reset"
onclick=
"reset_frm()"
></td>
22.
</tr>
23.
</table>
24.
</form>