<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="VbScript"> Function btnSubmit_OnClick() If Document.form1.chk1.Checked = False Then Msgbox("Please Click Checkbox 1") Exit Function End IF If Document.form1.chk2.Checked = False Then Msgbox("Please Click Checkbox 2") Exit Function End IF Document.form1.submit() End Function </script> <form action="page.cgi" method="post" name="form1"> Checkbox 1 <input name="chk1" type="checkbox" id="chk1" value="Y"> <br> Checkbox 2 <input name="chk2" type="checkbox" id="chk2" value="Y"> <br> <input name="btnSubmit" type="button" value="Submit" > </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท