|
|
|
อยากได้ จาวา ตรวจสอบว่า ติ๊ก Redio button แล้วหรือยังครับ |
|
|
|
|
|
|
|
<script>
function check_radio()
{
var select_radio=false;
for(var s = 0 ; s<document.all.radio1.length; s++)
{
if(document.all.radio1[s].checked)
{
select_radio = true;
}
}
if(select_radio==false)
{
alert("เลือก radio ด้วย");
return false;
}
}
</script>
<form onsubmit="return check_radio()">
<input type="radio" id="radio1" name="radio1"/>
<input type="radio" id="radio1" name="radio1"/>
<input type="radio" id="radio1" name="radio1"/>
<input type="submit" />
</form>
|
|
|
|
|
Date :
15 ก.พ. 2551 12:22:42 |
By :
heng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถามต่ออีกหน่อยนะครับ ตอนนี้มีการใช้ java ตรวจแบบฟร์อมอยู่แล้วครับ ผมจะเอา
return check_radio() ไปเพิ่มได้ไหมครับ
นี้เป้นของผมนะครับ
<form action="<?php echo $editFormAction; ?>" method="POST" name="fmUpdate" id="fmUpdate" onsubmit="MM_validateForm('carlender','','R','hh2','','R','carlender3','','R','hh3','','R','service2','','R','service3','','R' ,'ch1','','R');return document.MM_returnValue">
ผมจะเอา return check_radio() ไปใส่ช่วงไหนดีครับ
ขอบคุณครับ
|
|
|
|
|
Date :
15 ก.พ. 2551 12:59:07 |
By :
เบิด |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งั้นลองแก้ตามนี้ดูนะ
<script>
function check_radio()
{
var select_radio=false;
for(var s = 0 ; s<document.all.radio1.length; s++)
{
if(document.all.radio1[s].checked)
{
select_radio = true;
}
}
if(select_radio==false)
{
alert("เลือก radio ด้วย");
return false;
}
MM_validateForm('carlender','','R','hh2','','R','carlender3','','R','hh3','','R','service2','','R','service3','','R' ,'ch1','','R');
return document.MM_returnValue;
}
function MM_validateForm() // ฟังก์ชันเดิม
{
}
</script>
<form onsubmit="return check_radio()">
<input type="radio" id="radio1" name="radio1"/>
<input type="radio" id="radio1" name="radio1"/>
<input type="radio" id="radio1" name="radio1"/>
<input type="submit" />
</form>
|
|
|
|
|
Date :
15 ก.พ. 2551 14:51:14 |
By :
heng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|