www.pudn.com > MyPageTest.rar > go.js


 
function gopage(){ 
	var gothat=document.getElementById("go").value 
	 var patrn=/^[0-9]{1,20}$/;  
	if((gothat==null)||(gothat=="")){ 
	alert("\u8bf7\u5148\u8f93\u5165\u4f60\u8981\u8df3\u8f6c\u7684\u9875\u9762\uff01"); 
	}else{ 
	 
document.location.href='login.do?action=page&go='+gothat; 
 
	} 
}