如何在提交的表单中添加“在新窗口中打开页面”的属性?
如何使“search_list.asp”在新窗口中打开控制窗口的大小还有toolbar,location,status,menubar,scrollbars,resizable,width,height的值?代码如下:
<form name="searchform" method="post" action="search_list.asp">
<tr>
<td><input type="text" name="title" size="14" maxlength="100"></td>
<td align="right" height="35">
<input type="image" border="0" name="submit" src="images/search_btn.gif" width="62" height="20">
</td>
</tr>
</form>
希望达人来指点,谢谢!
参考答案:使用javascript,编写相关程序即可。
具体程序你可以找一个具有你所要求的功能的网站,查看其源程序。