相关代码 |
|
function checkdata(theform) { if (theform.recer.value == "") { alert(""); theform.recer.focus(); return false; } if (theform.title.value == "") { alert(""); theform.title.focus(); return false; } if (theform.context.value == "") { alert(""); theform.context.focus(); return false; } else { theform.Submit.disabled = true; return true; } } (*) (*) (*)
相关资源 |
|