document.write(""); document.write(""); document.write(" "); document.write(" "); document.write("
关键字  "); document.write(" "); document.write("  "); document.write("
"); function checkSeachFrom(thieForm){ if(thieForm.keyWord.value == "请输入关键字"){ alert("请在搜索资料前先输入要查询的关键字 !"); thieForm.keyWord.focus(); return false; } if(thieForm.Sort.value == ""){ alert("请选择要搜索的类别 !"); thieForm.Sort.focus(); return false; } return true; } function putKey(thieForm){ if (thieForm.value == "请输入关键字"){ thieForm.value = ""; } } function outKey(thieForm){ if (thieForm.value == ""){ thieForm.value = "请输入关键字"; } }