العربية
<script> var checkobj functionconsubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i<checkobj.form.length;i++){ // البحث عن زر الإرسال var tempobj=checkobj.form.elements[i] if(tempobj.type.toLowerCase()=="submit") tempobj.disabled=!checkobj.checked } } } function defaultagree(el){ if (!document.all&&!document .getElementById){ if (window.checkobj&&checkobj.checked) return true else{ تنبيه("يرجى قراءة/قبول الشروط لإرسال النموذج") return false } } } </script> <form name="agreeform" onSubmit="return defaultagree (هذا)"> <input name = "agreecheck" type = "checkbox" onClick = "agreesubmit (this)"> <b> ما هي المعلومات التي تحتاجها؟</b><br> <input type= "إرسال" value = "提交" معطل> </form> <script> // قم بتغيير الاسمين أدناه إلى أسماء النموذج الخاص بك document.forms.agreeform.agreecheck.checked=false </script>