【说明】
某出版社图书搜索网页使用ASP语言实现,文件名为“index2.asp”。用Ⅲ浏览器打开该网页后的部分显示效果如图1-18所示。
![](https://img.ixiawen.com/uploadfile/2017/0722/20170722112036172.gif)
【index2.asp文件的内容】
<html>
(1) 飞思在线--出版·专业·权威·智育(计算机原理·技术·应用/数码·艺术/设计/少儿/动漫) (2)
<!--# (3) file="include/header, asp"-->
<table width="784">
<tr>
...
<form ... >
<td width="45%">
<select name="action">
<option value="1" (4) >书名</option>
<option value"2">作者</option>
<option value="3">ISBN 号</option>
<option value="4">出版日期</option>
</select>
<input type="text" size="15" maxlength="15" (5) ="关键字">
<input type=" (6) "value="Go!" >
<input type=" (7) "value="高级检索" onClick="location.href=’search.asp’">
</td>
</form>
</tr>
</table>
</html>
【问题1】
根据图1-18网页的显示效果图,请将index2.asp文件中(1)~(7)空缺处的内容填写完整。