document.write('
'); document.write('\') document.write('function checkformlink() {var errstr=""; if (Trim($("webname").value)==""){ errstr="网站名称不能为空";} if (Trim($("weburl").value)=="" || Trim($("weburl").value)=="http:\/\/"){ errstr=errstr+"\\n网址不能为空";} if(Trim(errstr)!=""){alert(errstr);return false; } return true}'); document.write('\<\/script\>')