ช่วยด้วยครับ ผมไม่รู้ต้องไปแก้ตรงไหนครับ
ผมเลยสงสัยว่า มันเห็น cookie ผมหรือป่าว เพราะไม่ยอมเข้าหน้าที่สามารถใช้ได้เลย
และมัน error ตรงที่ผมเรียก form นะครับ
ตรงนี้ครับ
var z=document.getElementById("chkstd");
มันบอก error ตรงนี้ครับ ==> z.innerHTML=getformgrade
null หรือ object null ประมาณนี้หละครับ
* เป็นทั้งหมดเลยนะครับ ตัวที่ใช้เรียกฟอร์มอย่างงี้นะครับ ผมต้องแก้ยังไงครับ ไปแก้ที่server หรือ ที่ไฟล์เว๊บครับ
ส่วนฟังก์ชัน ผมก็ทำถูกนะครับ เพราะในเครื่องธรรมดา ก็อ่านได้ครับ
Code
function getformgrade() { var str='<form name="frmgrade" action="#" method="post" > <table width="65%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="25%" align="right"> </font></td> <td width="40%" align="left"> </td> <tr> <td width="25%" align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">ปีการศึกษา : <br> </font></td> <td width="40%" align="left"> <select name = "xedbe"><option value = "2557">2557</option><option value = "2556">2556</option><option value = "2555">2555</option><option value = "2554">2554</option><option value = "2553">2553</option><option value = "2552">2552</option> <option value = "2551">2551</option><option value = "2550">2550</option></select> </td></tr></tr><tr> <td width="25%" align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">ภาคเรียนที่ : </font></td> <td width="40%" align="left"> <select name = "xterm"><option value = "0">0</option> <option value = "1">1</option> <option value = "2">2</option></select> </td> </tr> <tr> <td width="25%" height="33"> </td><td width="40%" height="33" align="left"><input type="button" name="Button" value="ค้นหา" onclick="grade()"> <input type="reset" name="reset" value="ยกเลิก" > </td> </tr> </table></form>';
return str;
}
มันขึ้นยังไงครับ
"null" is null or not an object
char : 23
กรุณาช่วยด้วยครับ
ต่อนะครับ ผม ไปสร้าง ใน อีกไฟล์ เป็นไฟล์ที่ผมจะแสดงขึ้นมานะครับ ไม่ทราบว่า ทำได้ไหมครับ
หรือ ต้องเรียกใช้ยังไงครับ