求在新窗口打开网页的代码,如何插入target="_blank"
我的代码如下:<tralign="center"bgcolor="#D4D0C8"onMouseOver=this.style.backgroundColor='#ffc...
我的代码如下:
<tr align="center" bgcolor="#D4D0C8" onMouseOver=this.style.backgroundColor='#ffcc33' onMouseOut=this.style.backgroundColor='#D4D0C8' onDblClick="location.href='new.asp?action=detail&in_id='+<%=rs("id")%>;" style="CURSOR: hand">
是在窗口打开new.asp,我的要求是,如何把target="_blank"代码加到里面,在新窗口打开new.asp 展开
<tr align="center" bgcolor="#D4D0C8" onMouseOver=this.style.backgroundColor='#ffcc33' onMouseOut=this.style.backgroundColor='#D4D0C8' onDblClick="location.href='new.asp?action=detail&in_id='+<%=rs("id")%>;" style="CURSOR: hand">
是在窗口打开new.asp,我的要求是,如何把target="_blank"代码加到里面,在新窗口打开new.asp 展开
4个回答
展开全部
建议你使用<a href=""></a>标签,不建议使用<tr>标签,在<a>标签中
target="_blank"使用方法就是<a href="" target="_blank" align="center" bgcolor="#D4D0C8" onMouseOver=this.style.backgroundColor='#ffcc33' onMouseOut=this.style.backgroundColor='#D4D0C8' onDblClick="location.href='new.asp?action=detail&in_id='+<%=rs("id")%>;" style="CURSOR: hand"></a>或者使用<button>按钮
target="_blank"使用方法就是<a href="" target="_blank" align="center" bgcolor="#D4D0C8" onMouseOver=this.style.backgroundColor='#ffcc33' onMouseOut=this.style.backgroundColor='#D4D0C8' onDblClick="location.href='new.asp?action=detail&in_id='+<%=rs("id")%>;" style="CURSOR: hand"></a>或者使用<button>按钮
展开全部
<table width="50px" border="1px" style="height: 50px;">
<tr align="center" bgcolor="#D4D0C8" onMouseOver="this.style.backgroundColor='#ffcc33'"
onMouseOut="this.style.backgroundColor='#D4D0C8'" style="CURSOR: hand">
<td><a href="new.asp" target="_blank">ads</a>
</td>
</tr>
</table>
这段代码刚刚测试可用
target="_blank" 需要有<a href=""></a>配合使用,所以要在表格里加入<a>标签
如果不想有文字就将ads换成 ,下划线用CSS去掉应该就是你要的效果了
<tr align="center" bgcolor="#D4D0C8" onMouseOver="this.style.backgroundColor='#ffcc33'"
onMouseOut="this.style.backgroundColor='#D4D0C8'" style="CURSOR: hand">
<td><a href="new.asp" target="_blank">ads</a>
</td>
</tr>
</table>
这段代码刚刚测试可用
target="_blank" 需要有<a href=""></a>配合使用,所以要在表格里加入<a>标签
如果不想有文字就将ads换成 ,下划线用CSS去掉应该就是你要的效果了
更多追问追答
追问
你好,感谢您的热心帮助,
我需要的是,在 里面,能把 target 套到里面吗?
因为在后面是很长的表达式,本身 也是循环的
追答
target不能放在里 你可以看看w3c的标准文档,里面都写着各个标签的属性
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这个 写 的 有 问题,,那 有 在 tr 里边 加连接的??
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<a href="" title="" target="_blank">新页面中打开</a>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询