<form name=search action=search.aspx method=get target=_blank>
<tr align=center> 
  <td> 
     <input style="FONT-SIZE: 12px" size=12 name=word value=请输入关键字 >
  </td>
  <td>
     <input type=image name=submit2 src=search.gif width=43 height=20>
  </td>
</tr>
</form>
明显这是一个搜索的页面,问题就是在search.aspx 里怎样接收参数;而且在search.aspx 里同样有类似上面的输入与查询的,该怎样做?麻烦了,先谢了!