|
|
|
jถามเรื่อง javascript check ค่าว่างใน text box ดึงข้อมูลมาจาก database |
|
|
|
|
|
|
|
ยังไปต่อไม่ได้เลย T____________T
|
|
|
|
|
Date :
2011-04-20 13:09:35 |
By :
Rookies |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้ผมทำได้แล้วครับ เอาไว้เผื่อใครต้องการดูเพื่อเปนตัวอย่างอ่ะครับ
ขอบคุณพี่วินมากครับ
^^
Code (PHP)
<script language="javascript">
function fncSubmit()
{
<?
$qsid=$_REQUEST['id'];
$rsq=mysql_query("select * from question where questionsetid = '$qsid' order by questionid");
$i=1;
$ms=NULL;
while($resultq=mysql_fetch_array($rsq)){
$sc=NULL;
$rsa=mysql_query("select * from answer where questionid = '$resultq[questionid]' order by answerid");
while($resulta=mysql_fetch_array($rsa)){
if($resulta[because]!=NULL) $sc=1;
}
if($resultq[answertypeid]==3||($resultq[answertypeid]==2&&$sc!=NULL)){
$t="score".$resultq[questionid];
?>
value = eval("document.form1."+"<?=$t?>"+".value");
if(value=="")
{
alert("คุณยังไม่ได้กรอกคะแนนข้อ "+"<?=$i?>");
eval("document.form1."+"<?=$t?>"+".focus();")
return false
}
<?
}
$i++;
}
?>
document.form1.submit();
}
</script>
|
|
|
|
|
Date :
2011-04-20 14:40:41 |
By :
Rookies |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2011-04-20 14:53:32 |
By :
badkung04 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|