使用onclick跳转到其他页面/跳转到指定url

1.如果是本页显示可以直接用location,方法如下:

  ①onclick="javascript:window.location.href='URL'"
  ②onclick="location='URL'"
  ③onclick="window.location.href='URL?id=11'"
2.如果页面中有frame可以将在location前面添加top.mainframe.frames['right_frame'].location
 
3.这个是在当前页面打开,可以用这样的方法打开新窗口吗?
   答案:onclick="window.open('http://www.qq.com','','');"
posted @   梓色心晴  Views(3517)  Comments(0Edit  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示