response.write"["&rs("type")&"] 如何控制弹出的是个新IE窗

winfire 2002-05-09 10:56:20
response.write"[<a href=""sort.asp?zhuid="&rs("zhuid")&"&typeid="&rs("typeid")&"" target="_blank" >"&rs("type")&"</a>]

我这么该了!可是不行,出错了! 请问该如何作??
...全文
96 6 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
winfire 2002-05-09
  • 打赏
  • 举报
回复
对了! 如何控制上面代码中的搜索结果的IE为全屏呢??
winfire 2002-05-09
  • 打赏
  • 举报
回复
呵呵。。不用了! 搞定!
winfire 2002-05-09
  • 打赏
  • 举报
回复
ok!马上给分 顺便问一下在
</tr><form name="form1" method="GET" action="search.asp">
<tr bgcolor=#efefef>
<td height=22 align="center">
<input name="keyword">
<select name="lei">
<option value="0">软件名称</option>
<option value="1">软件简介</option>
</select>
<input type="submit" value=" 搜索 ">
</td>
</tr></form>
这段代码,如何控制search.asp的结果为新弹出窗口??
saucer 2002-05-09
  • 打赏
  • 举报
回复
response.write "[<a href=""sort.asp?zhuid=" & rs("zhuid")& "&typeid=" & rs("typeid") & """ target=""_blank"">" & rs("type")& "</a>]"

popcode 2002-05-09
  • 打赏
  • 举报
回复
<script language="javascript">
function sort(zhuid,typeid)
{
window.open("sort.asp?zhuid="+zhuid+"&typeid="+typeid,"",,"sort","height=200,width=600,left=50,top=60,toolbar=yes,scrollbars=yes,resizable=yes");
}
</script>
8988 2002-05-09
  • 打赏
  • 举报
回复
引号不配对,已经修改好了.
response.write "<a href=""sort.asp?zhuid="& rs("zhuid") & "&typeid=" & rs("typeid") & """ target=""_blank"">" & rs("type") & "</a>"

28,409

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧