<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="VbScript"> Function btnSubmit_OnClick() Dim i For i = 1 To Document.form1.hdnLine.Value If Eval("Document.form1.chk"&i&".Checked") = False Then MsgBox("Please Click Checkbox " &i) Exit Function End If Next Document.form1.submit() End Function </script> <form action="page.cgi" method="post" name="form1" onSubmit="JavaScript:return fncSubmit();"> Checkbox 1 <input name="chk[]" type="checkbox" id="chk1" value="Y"><br> Checkbox 2 <input name="chk[]" type="checkbox" id="chk2" value="Y"><br> Checkbox 3 <input name="chk[]" type="checkbox" id="chk3" value="Y"><br> Checkbox 4 <input name="chk[]" type="checkbox" id="chk4" value="Y"><br> Checkbox 5 <input name="chk[]" type="checkbox" id="chk5" value="Y"><br> <input type="hidden" name="hdnLine" value="5"> <input name="btnSubmit" type="button" value="Submit"> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท