<script language='javascript'>
function xz()

   var f_form=document.searchform;
   if(!f_form)return false; 
 
   var cando=false;
   if(f_form.searchword0.value=="") {alert('请输入关键字');return false;}
   for(var i=0;i<26;i++)
   {
      if(f_form.select[i].checked) cando=true;
   }

   if(!cando) {alert('请选择文献类别');return false;}
  
     f_form.action="hotworks1.asp";
     f_form.submit();
}
</script>
<form name="searchform">
   <input type="radio" name="select" value"1">1
   <input type="radio" name="select" value"2">2
   <input type="radio" name="select" value"3">3
   <input type="radio" name="select" value"4">4
   <input type="radio" name="select" value"5">5
   <input type="radio" name="select" value"6">6
   <input type="radio" name="select" value"7">7
   <input type="radio" name="select" value"8">8
   <input type="radio" name="select" value"9">9
   <input type="radio" name="select" value"10">10 
   <input type="radio" name="select" value"11">11
   <input type="radio" name="select" value"12">12
   <input type="radio" name="select" value"13">13
   <input type="radio" name="select" value"14">14
   <input type="radio" name="select" value"15">15
   <input type="radio" name="select" value"16">16
   <input type="radio" name="select" value"17">17
   <input type="radio" name="select" value"18">18
   <input type="radio" name="select" value"19">19
   <input type="radio" name="select" value"20">20
   <input type="radio" name="select" value"21">21
   <input type="radio" name="select" value"22">22
   <input type="radio" name="select" value"23">23
   <input type="radio" name="select" value"24">24
   <input type="radio" name="select" value"25">25
   <input type="radio" name="select" value"26">26
   
   <input type="text" name="searchword0" value="">
   <input type="button" name="serachok" value=" search " onclick="xz();">
</form>