ช่วยเช็ค code นี้ให้หน่อยครับ

คือว่ามันเป็นหน้ากรอกข้อมูลอ่ะครับ แล้วใช้ javascript เช็คว่ากรอกข้อมูลครบไหม แต่ว่า java มันไม่ทำงานครับ -*-



<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=windows-874">
<meta name="generator" content="Namo WebEditor v5.0">
<title>register</title>
<script language="javascript">
	function chk(){
		if ( frm.reg_name.value.length == 0){
			alert("กรุณากรอกชื่อให้ถูกต้อง");
			frm.reg_name.select();
			return false;
			} //end if
			
		if ( frm.reg_lastname.value.length == 0){
			alert("กรุณากรอกนามสกุลให้ถูกต้อง");
			frm.reg_lastname.select();
			return false;
			} //end if

		if ( frm.reg_nickname.value.length == 0){
			alert("กรุณากรอกชื่อเล่น");
			frm.reg_nickname.select();
			return false;

		if ( frm.reg_age.value.length == 0){
			alert("กรุณากรอกอายุ");
			frm.reg_age.select();
			return false;
			
		if ( frm.reg_school.value.length == 0){
			alert("กรุณากรอกชื่อโรงเรียน");
			frm.reg_school.select();
			return false;

		if ( frm.reg_mobile.value.length == 0){
			alert("กรุณากรอกเบอร์มือถือ");
			frm.reg_mobile.select();
			return false;
					
		if ( frm.reg_mail.value.length <

.length() ครับ

อย่างงี้เหรอครับ

	if ( frm.reg_name.value.length() == 0){
		alert("กรุณากรอกชื่อให้ถูกต้อง");
		frm.reg_name.select();
		return false;
		} //end if
		if ( frm.reg_name.value.length() == 0){
			alert("กรุณากรอกชื่อให้ถูกต้อง");
			frm.reg_name.select();
			return false;
			}

แบบนี้ก็ยังไม่ได้ครับ

[quote author=Opteron link=topic=6294.msg57961#msg57961 date=1178020976]
คือว่ามันเป็นหน้ากรอกข้อมูลอ่ะครับ แล้วใช้ javascript เช็คว่ากรอกข้อมูลครบไหม แต่ว่า java มันไม่ทำงานครับ -*-



<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=windows-874">
<meta name="generator" content="Namo WebEditor v5.0">
<title>register</title>
<script language="javascript">
	function chk(){
		if ( frm.reg_name.value.length == 0){
			alert("กรุณากรอกชื่อให้ถูกต้อง");
			frm.reg_name.select();
			return false;
			} //end if
			
		if ( frm.reg_lastname.value.length == 0){
			alert("กรุณากรอกนามสกุลให้ถูกต้อง");
			frm.reg_lastname.select();
			return false;
			} //end if

		if ( frm.reg_nickname.value.length == 0){
			alert("กรุณากรอกชื่อเล่น");
			frm.reg_nickname.select();
			return false;

		if ( frm.reg_age.value.length == 0){
			alert("กรุณากรอกอายุ");
			frm.reg_age.select();
			return false;
			
		if ( frm.reg_school.value.length == 0){
			alert("กรุณากรอกชื่อโรงเรียน");
			frm.reg_school.select();
			return false;

		if ( frm.reg_mobile.value.length == 0){
			alert("กรุณากรอกเบอร์มือถือ");
			frm.reg_mobile.select();
			return false;
					
		if ( frm.reg_mail.value.length <

ขอบคุณพี่ theBoy และก็พี่ icez มากๆเลยครับ