<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<title></title>
<script language="JavaScript" type="text/JavaScript">
<!--
function checkform()
{
var myform=document.input_form;
if(myform.user_id.value=="")
{
alert("กรุณาใส่รหัสพนักงานด้วยครับ");
myform.user_id.focus();
return false;
}
if(myform.fname.value=="")
{
alert("กรุณาใส่ชื่อด้วยครับ");
myform.fname.focus();
return false;
}
function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}