function checkforminfox(){ if (document.frm_searchinfo.keyword.value==""){ alert("请输入关键字!"); document.frm_searchinfo.keyword.focus(); return false; } else return true; } str="
关键字:     4高级搜索
" document.write(str)