转 使用onclick跳转到其他页面/跳转到指定url_html/css_WEB-ITnose
程序员文章站
2022-05-16 08:37:57
...
☆如果是本页显示可以直接用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
①onclick="javascript:window.location.href='URL'"
②onclick="location='URL'"
③onclick="window.location.href='URL?id=11'"
☆如果页面中有frame可以将在location前面添加top.mainframe.frames['right_frame'].location
上一篇: php二维数组转成字符串示例_PHP教程
下一篇: mac下有什么好用的uml建模工具吗?