function qbcheckform(theForm){ if(theForm.word.value==""){ window.alert("关键字不能为空"); theForm.word.focus(); return false; } if (theForm.word.value == '请输入关键字'){ alert('请输入内容!'); theForm.word.focus(); return false; }else{ var noteImage = new Image(); noteImage.src="http://service.zhongsou.com/cm/noteServlet.gif?partnerID=26197&type=search"; return true; }} function formqbSubmit(theForm) { theForm.action="http://union.zhongsou.com/uncoll.cgi?webid=lightingnet"; var iw = theForm.word.value; return qbcheckform(theForm); } function ok_submit(theForm){ theForm.w.value = theForm.word.value; theForm.k.value = theForm.webid.value; theForm.action="http://p.zhongsou.com/ps"; if(qbcheckform(theForm)) theForm.submit(); } document.write("
"); document.write(""); document.write(" "); document.write(" "); document.write(""); document.write("
"); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(""); document.write(" "); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(" "); document.write(""); document.write(" "); document.write(""); document.write(" "); document.write("
"); document.write("
"); document.write(""); document.write(""); document.write(""); document.write("
"); document.write(""); function keySubmit(key) { var keyW = key; var noteImage = new Image(); noteImage.src="http://service.zhongsou.com/cm/noteServlet.gif?partnerID=26197&type=search"; window.open("http://p.zhongsou.com/p?w="+ keyW +"&webid=lightingnet"); return false;}