// JavaScript Document
function okh(){
 if(infoActionFormh.ckeyword.value==null||infoActionFormh.ckeyword.value==""){
       alert("关键字不能空");
       return ;
   }else{
         if(infoActionFormh.carticletitle.value==null||infoActionFormh.carticletitle.value==""){
           alert("关键字类型不能空");
           return ;
        }
   }
infoActionFormh.submit();
}
document.write('	<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('      <tr>');
document.write('        <td height="2" bgcolor="CD6601"></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td><img src="/images/search.gif"></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td valign="top" class="bluebox">');
document.write('<table width="178"  border="0" cellpadding="0" cellspacing="0" align="center">');
document.write('<form name="infoActionFormh"  method="post" enctype="multipart/form-data" action="/index.do?action=getIndex" >');
document.write('        <tr>');
document.write('          <td height="28" colspan="2" background="/images/bg_form.gif" bgcolor="#F9F7F8">关&nbsp;键&nbsp;字');
document.write('            <input name="ckeyword" type="text" size="17" class="formtext"></td>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td height="28" colspan="2" background="/images/bg_form.gif" bgcolor="#F9F7F8">搜索类型');
document.write('           <select name="carticletitle">');
document.write('              <option >选择关键字类型</option>');
document.write('              <option value="1">-在主题中搜索-</option>');
document.write('              <option value="2">-在内容中搜索-</option>');
document.write('            </select>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td height="28" colspan="2" bgcolor="#F9F7F8"> <table width="170" border="0" cellspacing="0" cellpadding="0">');
document.write('              <tr align="center">');
document.write('                <td width="86"><input name="search" type="image" src="/images/but_search.gif" border="0"></td>');
document.write('                <td width="86"><a href="/index/indexadv.jsp"><img src="/images/but_gj.gif" border="0"></a></td>');
document.write('              </tr>');
document.write('            </table></td>');
document.write('        </tr>');
document.write('</form>');
document.write('      </table>');
document.write('</td>');
document.write('      </tr>');
document.write('    </table>');