使用onclick跳转到其他页面/跳转到指定url详解编程语言

 

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

  ①onclick=”javascript:window.location.href=’
URL‘”
  ②onclick=”location=’
URL‘”
  ③onclick=”window.location.href=’
URL?id=11′”
☆如果页面中有frame可以将在location前面添加top.mainframe.frames[‘right_frame’].location
 
 
 
 
 
链接:http://www.cnblogs.com/JuneZhang/archive/2010/11/25/1887575.html

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/17365.html

(0)
上一篇 2021年7月19日 20:09
下一篇 2021年7月19日 20:09

相关推荐

发表回复

登录后才能评论