Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > เช็คค่าว่าง จาวาสคริปเขียนแบบนี้ทำไมถึงเช็คไม่ได้ครับ? ผมผิดตรงไหนหรอ ชื่อก็ตั้งตรงกันหมดแล้ว แต่มันก็ยังไม่เช็คค่าว่างช่วยทีครับ



 

เช็คค่าว่าง จาวาสคริปเขียนแบบนี้ทำไมถึงเช็คไม่ได้ครับ? ผมผิดตรงไหนหรอ ชื่อก็ตั้งตรงกันหมดแล้ว แต่มันก็ยังไม่เช็คค่าว่างช่วยทีครับ

 



Topic : 059962



โพสกระทู้ ( 48 )
บทความ ( 0 )



สถานะออฟไลน์




ผมเขียนแบบนี้

Code (JavaScript)
<script language="javascript">		
		function checkForm(){
			    if(document.uplater.nlater.value == ""){
                    alert('กรุณาป้อน Username ด้วย');
                    document.uplater.nlater.focus();
	                return false;
                }
				else if(document.uplater.nup.value == ""){
                    alert('กรุณาป้อน รหัสผ่าน ด้วย');
                    document.uplater.nup.focus();
	                return false;
                }		       
		}
</script>


ปุ่มตกลง   <input name="submit" type="submit" value="ตกลง" onClick="return checkForm()"/>



ผมผิดตรงไหนหรอ ชื่อก็ตั้งตรงกันหมดแล้ว แต่มันก็ยังไม่เช็คค่าว่างช่วยทีครับ



Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-05-10 09:16:01 By : emotionsizes View : 943 Reply : 9
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<script language="javascript">
function fncSubmit()
{
	if(document.form1.txt1.value == "")
	{
		alert('Please input Input 1');
		document.form1.txt1.focus();
		return false;
	}	
	if(document.form1.txt2.value == "")
	{
		alert('Please input Input 2');
		document.form1.txt2.focus();		
		return false;
	}	
	document.form1.submit();
}
</script>
<form action="page.cgi" method="post" name="form1" onSubmit="JavaScript:return fncSubmit();">
Input 1 <input name="txt1" type="text"><br>
Input 2 <input name="txt2" type="text"><br>
<input name="btnSubmit1" type="submit" value="Submit" >
</form>
</body>
</html>


ดูตัวอย่างนี้ง่ายที่สุดแล้วครับ

Go to : JavaScript HTML Check Input TextBox/Text Field






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 09:28:46 By : webmaster
 


 

No. 2



โพสกระทู้ ( 96 )
บทความ ( 1 )



สถานะออฟไลน์


เอาโค้ด html ของ form มาดูหน่อยสิครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 09:42:12 By : NarinNil
 

 

No. 3



โพสกระทู้ ( 48 )
บทความ ( 0 )



สถานะออฟไลน์


ทำตามวิธีคุณแล้วครับก็ยังเช็คไม่ได้เหมือนเดิม

<script language="javascript">

function fncSubmit(){
if(document.uplater.nlater.value == "")
{
alert('Please input Input 1');
document.uplater.nlater.focus();
return false;
}
if(document.uplater.nup.value == "")
{
alert('Please input Input 2');
document.uplater.nup.focus();
return false;
}
document.uplater.submit();
}
</script>


แล้วก็
<form id="from" name="from" method="post" action="uplaters" enctype="multipart/form-data" onSubmit="JavaScript:return fncSubmit();">

แต่มันก็ยังไม่เช็คเลยครับ T^T
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 09:52:53 By : emotionsizes
 


 

No. 4



โพสกระทู้ ( 48 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 2 เขียนโดย : NarinNil เมื่อวันที่ 2011-05-10 09:42:12
รายละเอียดของการตอบ ::
นี่คือโึค้ตของฟอร์มครับ


<body>
<form id="from" name="from" method="post" action="pagefrom">
<table width="200" border="0" align="right">
<tr>
<td height="26"><a href="pagefrom.php">
<input name="Back" type="submit" id="Back" value="&lt; Back" />
</a></td>
</tr>
</table>
</form>
<form id="from" name="from" method="post" action="upfroms" enctype="multipart/form-data">
<table width="374" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2"><center>
<b>Upload File<b> </br>
</br>
</center></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณากรอกชื่อไฟล์:&nbsp;</td>
<td width="245" valign="middle"><label>
<input name="nfrom" type="text" id="nfrom" style = "width:131px" />
</label>
<input name="nup" type="file" id="nup" size="25" maxlength="250"style = "width:220px" /></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณาเลือกไฟล์:&nbsp;</td>
<td width="245" valign="middle"><div align="left"></div></td>
</tr>
<tr>
<td height="25">&nbsp;</td>
<td>&nbsp;&nbsp;
<input name="submit" type="submit" value="ตกลง" onClick="return checkForm()"/>
<input name="submit" type="reset" value="ยกเลิก" /></td>
</tr>
</table>

</form>
</body>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 10:07:39 By : emotionsizes
 


 

No. 5



โพสกระทู้ ( 392 )
บทความ ( 0 )



สถานะออฟไลน์


จากที่ดูก็ผิด หลายจุดแล้วคับ
Code (PHP)
<script language="javascript">

function fncSubmit(){
if(document.from1.nlater.value == "") // รูปแบบที่ถูกต้อง
{
alert('Please input Input 1');
document.from1.nlater.focus(); // รูปแบบ ที่ถูกต้อง document.idfrom.idtextbox.focus();
return false; // ที่คุณใส่มาเป็น document.action.idtextbox.focus();
} 
if(document.uplater.nup.value == "") // นี่ก็ผิด
{
alert('Please input Input 2');
document.uplater.nup.focus(); // นี่ก็ผิด
return false;
} 
document.uplater.submit(); // นี่ก็ผิด ที่ถูกคือ document.from1.submit();
}
</script>


แล้วก็
<form id="from1" name="from1" method="post" action="uplaters.php" enctype="multipart/form-data" onSubmit="JavaScript:return fncSubmit();">

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 10:11:59 By : TEST_CODE
 


 

No. 6



โพสกระทู้ ( 48 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 5 เขียนโดย : TEST_CODE เมื่อวันที่ 2011-05-10 10:11:59
รายละเอียดของการตอบ ::
ผมลองทำตาม mr.win ครับ
ของผมเป็นแบบนี้

<script language="javascript">



function checkForm(){
if(document.uplater.nlater.value == ""){
alert('กรุณาป้อน Username ด้วย');
document.uplater.nlater.focus();
return false;
}
else if(document.uplater.nup.value == ""){
alert('กรุณาป้อน รหัสผ่าน ด้วย');
document.uplater.nup.focus();
return false;
}


}

</script>
ปุ่มตกลง <input name="submit" type="submit" value="ตกลง" onClick="return checkForm()"/>

ผิดปะครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 10:15:25 By : emotionsizes
 


 

No. 7



โพสกระทู้ ( 1,095 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์


Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript">

function fncSubmit(){
	if(document.getElementById('nfrom').value == "")
	{
		alert('Please input Input 1');
		document.getElementById('nfrom')..focus();
		return false;
	}
	if(document.getElementById('nup').value == "")
	{
		alert('Please input Input 2');
		document.getElementById('nup').focus();
		return false;
	}
	return true;
}
</script>
</head>

<body>
<form id="from" name="from" method="post" action="pagefrom">
<table width="200" border="0" align="right">
<tr>
<td height="26"><a href="pagefrom.php">
<input name="Back" type="submit" id="Back" value="&lt; Back" />
</a></td>
</tr>
</table>
</form>
<form id="from" name="from" method="post" action="upfroms" enctype="multipart/form-data">
<table width="374" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2"><center><b>Upload File</b></center></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณากรอกชื่อไฟล์:&nbsp;</td>
<td width="245" valign="middle"><input name="nfrom" type="text" id="nfrom" style = "width:131px" /></td>
</tr>
<tr>
<td width="129" height="25" align="right" valign="middle">กรุณาเลือกไฟล์:&nbsp;</td>
<td width="245" valign="middle"><input name="nup" type="file" id="nup" size="25" maxlength="250"style = "width:220px" /></td>
</tr>
<tr>
<td height="25">&nbsp;</td>
<td>&nbsp;&nbsp;
<input name="Button" type="button" value="ตกลง" onClick="return fncSubmit()"/>
<input name="submit" type="reset" value="ยกเลิก" /></td>
</tr>
</table>

</form>
</body>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 10:20:20 By : ไวยวิทย์
 


 

No. 8



โพสกระทู้ ( 96 )
บทความ ( 1 )



สถานะออฟไลน์


อยากอธิบายแบบนี้ครับ

ใน javascript ตรง document.uplater.nlater.value=="" แยกย่อยเป็น

document หน้าฟอร์มปัจจุบันนี่แหละครับ
uplater ชื่อของฟอร์ม ก็คือ <form name="uplater">
nlater ชื่อของวัตถุที่คุณต้องการตรวจสอบค่าเช่น textbox, listbox ในที่นี้เป็น text ก็คือ <input type="text" name="nlater">
value=="" ค่าที่อยู่ในวัตถุชิ้นนั้น ๆ ว่าเป็นค่าว่างหรือไม่

รวมความคือค่าของ textbox ที่ชื่อ nlater ที่อยู่บนฟอร์มที่ชื่อ uplater เป็นค่าว่างหหรือเปล่า

ปัญหาคือคุณจับคู่พวกวัถุต่าง ๆ ในฟอร์ม html กับใน javascript ไม่ตรงกัน มันก็ไม่ทำงานนั่นเองครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 10:22:52 By : NarinNil
 


 

No. 9



โพสกระทู้ ( 48 )
บทความ ( 0 )



สถานะออฟไลน์


ขอบคุณทุกข้อความคับ ถึงแม้จะทำไม่ได้สักทีก็ตาม จะลองซุยไปเรื่อยๆเองแล้วกันคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-05-10 11:25:36 By : emotionsizes
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : เช็คค่าว่าง จาวาสคริปเขียนแบบนี้ทำไมถึงเช็คไม่ได้ครับ? ผมผิดตรงไหนหรอ ชื่อก็ตั้งตรงกันหมดแล้ว แต่มันก็ยังไม่เช็คค่าว่างช่วยทีครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่