<script type="text/javascript"> function check(e){ if(e.checked == true) { document.getElementById('btnSend').disabled=false; } else { document.getElementById('btnSend').disabled=true; } } </script> <form action="www.google.co.th" method="post"> <input type="checkbox" name="chkCon" value="1" id="chkCon" onClick="check(this)" /> <input name="btnSend" id="btnSend" type="image" src="image/blinklist.png" value="ตกลง"/> </form>
<script type='text/javascript'> if(e.checked == true) { document.getElementById('btnSend').disabled=false; } else { document.getElementById('btnSend').disabled=true; } } </script> <form name="form" method="post" action="checkp2.php?id=<?=$id?>"> <input type="checkbox" name="chkCon" value="1" id="chkCon" onClick="check(this)" /><a href="terms.php" target="_blank">I have read and understand the Terms </a></span> <input type="image" name="btnSend" id="btnSend" src="image/bu-con.jpg" width="99" height="34" /> </form>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript"> $(function(){ //////////////// ตอนโหลดหน้าเพจ////////////// var checkbox = $('#chkCon').attr('checked'); if (checkbox == false){ $('#btnSend').attr('disabled',true); }else{ $('#btnSend').attr('disabled',false); } ///////////////////////////////////////////// ////////////////เมื่อทำการคลิกเลือกที่ เช็คบ๊อก////////////////// $('#chkCon').click(function(){ var checkbox = $('#chkCon').attr('checked'); if (checkbox == false){ $('#btnSend').attr('disabled',true); }else{ $('#btnSend').attr('disabled',false); } }) }) </script> </head> <body> <form name="form" method="post" action="checkp2.php?id=<?=$id?>"> <input type="checkbox" name="chkCon" value="1" id="chkCon" /><a href="terms.php" target="_blank">I have read and understand the Terms </a></span> <input type="image" name="btnSend" id="btnSend" src="image/bu-con.jpg" width="99" height="34" /> </form> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script language="javascript"> // enable login button function Enable() { if (document.frLogin.ckAccept.checked) document.frLogin.btLogin.disabled = false else document.frLogin.btLogin.disabled = true } </script> </head> <body> <form action="checkbox_login2.php" method="post" name="frLogin" id="frLogin"> <input name="btLogin" type="submit" id="btLogin" value="Login" disabled="disabled"/> <input name="ckAccept" type="checkbox" id="ckAccept" value="checkbox" onClick="Enable()"> </form> </body> </html>
<input name="btLogin" type="submit" id="btLogin" value="" disabled="disabled" style="background:url(images/SG14.jpg);width:70px; height:27px;border:none; "/>
<script type="text/javascript"> function check(e){ if(e.checked == true) { document.getElementById('btnSend').disabled=false; } else { document.getElementById('btnSend').disabled=true; } } </script> <form action="www.google.co.th" method="post"> <input type="checkbox" name="chkCon" value="1" id="chkCon" onClick="check(this)" /> <input name="btnSend" id="btnSend" type="image" src="image/blinklist.png" value="ตกลง" disabled /> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง