js打开网址,如何让在新窗口中打开
代码如下:<buttonstyle="width:300;height:90;background:transparent;margin:0px;border:0px;p...
代码如下: <button style="width:300;height:90;background:transparent; margin:0px; border:0px;padding:0px;cursor:hand" onclick="window.location.href=' www.baidu.com/'"></button>
展开
展开全部
1.超链接<a href="http://www.jb51.net" title="脚本之家">Welcome</a>
等效于js代码
window.location.href="http://www.jb51.net"; //在同当前窗口中打开窗口
2.超链接<a href="http://www.jb51.net" title="脚本之家" target="_blank">Welcome</a>
等效于js代码
window.open("http://www.jb51.net"); //在另外新建窗口中打开窗口
2015-07-05 · 知道合伙人软件行家
emeipanda
知道合伙人软件行家
向TA提问 私信TA
知道合伙人软件行家
采纳数:329
获赞数:1494
曾获联想、华为、Juniper认证,现任职于四川省内江市GPS卫星监控中心总工程师,主持技术管理工作逾10年。
向TA提问 私信TA
关注
展开全部
onclick="window.open(' http://www.baidu.com ');“
href的话 需要设置target的属性为:_blank
href的话 需要设置target的属性为:_blank
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<button style="width:300;height:90;background:transparent; margin:0px; border:0px;padding:0px;cursor:hand" onclick="window.open(' http://www.baidu.com ');"></button>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询