现在我作了修改了,用另外一种方法实现了.以下是我的修改后的代码:
script language="JavaScript"/***Title:check TestNumber Code*Time:2007-02-08*Author:colinmok*/function subForm(){ var mobile=document.frmSubmit.mobile.value;if(mobile==""){document.write("请输入号码!");document.write("a href='blackwhiteuseradd.jsp'返回/a");return false;}}function CheckTestNumber(){var mobile=document.frmSubmit.mobile.value;if(mobile==""){document.write("请输入号码!");document.write("a href='blackwhiteuseradd.jsp'返回/a");return false;}var mobile_trim=mobi...[ 查看全文 ]2016-02-19 标签: