var html="
智告关键词 价格查询:
"; document.write(html); function TestKey() { if(event.keyCode==13) { gotoSearch(); } } function gotoSearch() { var txtWord=document.getElementById("txtkey").value; if(txtWord=="") { alert("请填写查询关键词!"); document.getElementById("txtkey").focus(); return; } window.open("http://www.hdcm.com.cn/checksearch.aspx?keyword="+escape(txtWord)); }