JS或者Jquery打开一个新页面,怎么打开??
是这样的,我用按钮触发后,执行了一些代码,然后想打开一个新窗口,就像a标签的target='_blank"的效果一样。window.open已经被浏览器屏蔽了。那么该怎么...
是这样的,我用按钮触发后,执行了一些代码,然后想打开一个新窗口,就像a标签的target='_blank"的效果一样。window.open已经被浏览器屏蔽了。那么该怎么写呢??
展开
8个回答
展开全部
<a href="##"
onclick="window.open('index.cfm','Derek','height=100,width=100,status=yes,toolbar=yes,menubar=no,location=no');void(0);">aaaaaaaaaaaaa</a>
可以把onclick事件写一个js方法。js内容还是"window.open('index.cfm','Derek','height=100,width=100,status=yes,toolbar=yes,menubar=no,location=no')
onclick="window.open('index.cfm','Derek','height=100,width=100,status=yes,toolbar=yes,menubar=no,location=no');void(0);">aaaaaaaaaaaaa</a>
可以把onclick事件写一个js方法。js内容还是"window.open('index.cfm','Derek','height=100,width=100,status=yes,toolbar=yes,menubar=no,location=no')
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那你可以使用的是写一个按钮点击事件的。在方法里面写window.location.bref="网址";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
window 对象
window.open(url,name,feature,replace);//打开新窗口
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Window.location.href="*****"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询