แจ้งว่าคุณกรอกข้อมูลไม่ครบ ทำProject ส่งอาจารย์ค่ะเป็นระบบการสั่งงานซ่อมโทรศัพท์ทาง Intternet ต้องการให้แจ้งว่าคุณกรอกตัวเลขหรือเกินที่กำหนดค่ะเป็นเลขประจำตัว
code ไม่ครบนี่ครับ
Date :
25 พ.ย. 2547 23:41:44
By :
Mars
if (Request.Form("WORK") ="") or (Request.Form("SECTION") ="") or (Request.Form("ID_CODE") ="") or (Request.Form("PHONE_COMMENT") = "") or (Rs("EQMENT") = Request.Form("EQMENT") ="") or (Request.Form("PHONE_WORK") ="") or (Request.Form("ADDRESS") ="") or (Request.Form("TPYE_REPARE") ="") then
response.write("คุณกรอกข้อมูลไม่ครบค่ะ")
else
'ทำการบันทึกลงในฐานข้อมูล
end if
ประมาณนี้มั๊งครับ ลองดูนะ คุณอาจลองคำสั่งอื่นดูก็ได้นะ เพราะ code นี้มันยาวไปหน่อย.....
Date :
26 พ.ย. 2547 08:48:40
By :
tuntigon
เอาไปแทรกใว้ตรงไหนคะ
Date :
26 พ.ย. 2547 12:28:21
By :
โอ๋
ใครรุ้ช่วยหน่อยนะค่ะ
คือว่าตอนนี้นู๋กำลังฝึกงานอยุ่ มีProjectให้ทำ เกี่ยวกับการกรอกแบบฟอร์มค่ะ
คือว่าให้กรอกแบบฟอร์มให้ครบทุกช่องถ้าไม่ครบทุกช่องแล้วถึงจะไปกรอกหน้าต่อไปได้
และถ้ากรอกไม่ครบก็จะขึ้นมาฟ้องว่ากรอกไม่ครบให้กรอกใหม่ประมานนี้ค่ะ
นู๋มีแบบฟอรืมที่นุ๋ทำไว้ใส่โค้ดที่ฟ้องว่ากรอกข้อมูลไม่ครบแล้ว แต่ยังไม่ได้เรยช่วยดูหน่อยนะค่ะ
พอดีที่นู๋ฝึกงานที่แผนกนี้ไม่มีใครช่วยสอนหรือแนะนำได้เรยค่ะ ต้องหาจากเน็ต
แระอ่านจากหนังสือเอาเองค่ะ ช่วยทีนะค่ะ
โค้ดแบบฟอร์มด้านล่างค่ะ
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ฟอร์มขอใบรับรอง</title>
<script>
var openwork;
function check()
{
var Name=document.form1.name.value;
var FLnam=document.form1.FLnam.value;
var ID=document.form1.ID.value;
var School=document.form1.School.value;
var Department=document.form1.Department.value;
var Degree=document.form1.Degree.value;
var GPA=document.form1.GPA.value;
var Adress=document.form1.Address.value;
var Telephone=document.form1.Telephone.value;
var Email=document.form1.Email.value;
if(Name==""){
alert("กรุณาใส่ข้าพเจ้า/Name");
}
else if(FLname=="")
{
alert("กรุณาใส่ชื่อ-สกุล/Firstname-Lastname");
}
else if(ID=="")
{
alert("กรุณาใสรหัสนักศึกษา/Student ID");
}
else if(School=="")
{
alert("กรุณาใส่ คณะ/School");
}
else if(Department=="")
{
alert("กรุณาใส่สาขา/Department");
}
else if(Degree=="")
{
alert("กรุณาใส่ ระดับการศึกษา/Degree");
}
else if(GPA=="")
{
alert("กรุณาใสเกรดเฉลี่ยสะสม/GPA");
}
else if(Address=="")
{
alert("กรุณาใส่ที่อยู่/address");
}
else if(Telephone=="")
{
alert("กรุณาใส่ โทรศัพท์/Telephone");
}
else if( Email=="")
{
alert("กรุณาใส่ อีเมล์ /E-mail");
}
}
</script>
</head>
<body>
<form id="form1" name="form1" method="post">
<div align="center"></div>
<div align="center">
<p> </p>
</div>
<table width="805" height="450" border="1" align="center" bordercolor="#999999">
<tr>
<td width="795"><blockquote>
<p align="left" class="style2"> </p>
<p align="left" class="style2">1.ข้อมูลส่วนตัว (Personal Information) </p>
<p align="left" class="style2"> </p>
<table width="698" height="486" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td width="20" height="47"> </td>
<td width="342" align="left">ข้าพเจ้า/Name
<select name="Name" size="1" id="Name">
<option value="นาย" selected="selected">นาย/Mr.</option>
<option value="นางสาว">นาง/Mrs</option>
<option value="นาง">นางสาว/Miss</option>
</select></td>
<td width="302"> </td>
</tr>
<tr>
<td height="49"> </td>
<td colspan="2" align="left"><label>ชื่อ-สกุล/fristName-LastName </label>
<strong>
<label>
<input name="Fname_Lname" type="text" id="Fname_Lname" size="40" />
</label>
</strong></td>
</tr>
<tr>
<td height="50"> </td>
<td colspan="2" align="left"><label>รหัสนักศึกษา/student ID </label>
<strong>
<label>
<input name="ID" type="text" id="ID" />
</label>
</strong>
<label></label></td>
</tr>
<tr>
<td height="49"> </td>
<td colspan="2" align="left">คณะ/School
<select name="School" id="School" onChange="MM_jumpMenu('parent',this,0)">
<option>คณะวิทยาศาสตร์และเทคโนโลยี / Science of Technology</option>
<option>คณะบริหารธุรกิจ / Business Administration</option>
<option>คณะบัญชี / Accounting</option>
<option>คณะนิเทศศาศตร์ / Communication Arts</option>
<option>คณะมนุษย์ศาศตร์ / Humanities</option>
<option>คณะนิติศาศตร์/ Law</option>
<option>คณะวิศวกรรมศาศตร์ / Engineering</option>
<option>คณะเศรษฐศาศตร์ / Economics</option>
<option>คณะศิลปกรรมศาสตร์ / Fine and applied arts</option>
<option>วิทยาลัยนานาชาติ / International College</option>
</select>
<label>สาขา/Department</label>
<strong>
<input name="Department" type="text" id="Department" />
</strong></td>
</tr>
<tr>
<td height="49"> </td>
<td align="left"><label>ระดับการศึกษา/Degree</label>
<strong>
<label>
<select name="Degree" id="Degree" onChange="MM_jumpMenu('parent',this,0)">
<option>ปริญญาตรี / Bachelor's </option>
<option>ปริญญาโท / Master's</option>
<option>ปริญญาเอก / Doctor's</option>
</select>
</label>
</strong></td>
<td align="left">เกรดเฉลี่ยสะสม/GPA <strong>
<input name="GPA" type="text" id="GPA" />
</strong></td>
</tr>
<tr>
<td height="92"> </td>
<td align="left"><label>ที่อยุ่ที่สามารถติดต่อได้สะดวก/ You present address</label>
<strong>
<label></label>
</strong></td>
<td align="left"><label>
<textarea name="Address " cols="40" rows="5" id="Address "></textarea>
</label></td>
</tr>
<tr>
<td height="50"> </td>
<td colspan="2" align="left"><label></label>
<label>หมายเลขโทรศัพท์/Telephone No.
<input name="Telephone" type="text" id="Telephone" size="35" />
</label>
<label></label></td>
</tr>
<tr>
<td height="49"> </td>
<td colspan="2" align="left"><label></label>
<label></label>
<label>อีเมล์/ E-mail
<input name="E_mail" type="text" id="E_mail" size="50" />
</label>
<label></label></td>
</tr>
</table>
<p align="left" class="style2"> </p>
</blockquote> </td>
</tr>
</table>
<p align="center">
<input type="button" name="Button" value="<< Back" />
<input type="button" name="Button" value="Next >>" onClick="check()" />
</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>
ใครได้ช่วยหน่อนนะค่ะ
ขอบคุณล่วงหน้านะค่ะ
Date :
2009-04-18 15:25:38
By :
น้ำผึ้ง
ลืมบอกไปค่ะได้เร็วยิ่งดีค่ะ เพราะยังอีกไม่กี่อาทิตย์แล้ว ขอบคุงนะค่ะ*-*
Date :
2009-04-18 15:32:14
By :
น้ำผึ้ง
ไม่มีใครรุ้เรยหรอค่ะแย่จังทำไงดีอ่ะ...งานเข้าแล้ว
Date :
2009-04-21 09:23:52
By :
น้ำผึ้ง
โค้ดข้างล่างนี้ยังขาดอะไรอีกหรอค่ะเห็นมันยังใช้ไม่ได้อ่ะ มันเป็น
โค้ดที่เช็คว่ากรอกข้อลูลไม่ครบอ่ะ แต่ไม่เห็นได้เรย งงมากๆๆ ใครรุ้บ้างค่ะ
บอกหน่อยนะ
<script>
var openwork;
function check()
{
var Name=document.form1.Name.value;
var FLname=document.form1.FLname.value;
var ID=document.form1.ID.value;
var School=document.form1.School.value;
var Department=document.form1.Department.value;
var Degree=document.form1.Degree.value;
var GPA=document.form1.GPA.value;
var Adress=document.form1.Address.value;
var Telephone=document.form1.Telephone.value;
var E_mail=document.form1.E_mail.value;
if(Name==""){
alert("กรุณาใส่ ข้าพเจ้า/Name");
}
else if(FLname=="")
{
alert("กรุณาใส่ ชื่อ-สกุล/Firstname-Lastname");
}
else if(ID=="")
{
alert("กรุณาใส่ รหัสนักศึกษา/Student ID");
}
else if(School=="")
{
alert("กรุณาใส่ คณะ/School");
}
else if(Department=="")
{
alert("กรุณาใส่ สาขา/Department");
}
else if(Degree=="")
{
alert("กรุณาใส่ ระดับการศึกษา/Degree");
}
else if(GPA=="")
{
alert("กรุณาใส่ เกรดเฉลี่ยสะสม/GPA");
}
else if(Address=="")
{
alert("กรุณาใส่ ที่อยู่/address");
}
else if(Telephone=="")
{
alert("กรุณาใส่ โทรศัพท์/Telephone");
}
else if( E_mail=="")
{
alert("กรุณาใส่ อีเมล์ /E-mail");
return false;
}
}
</script>
</head>
<body>
<form id="form1" name="form1" method="post" action="" onsubmit="return chkdata();">
Date :
2009-04-21 14:01:21
By :
น้ำผึ้ง
Load balance : Server 05