当前位置:Gxlcms > html代码 > 转:页面跳转代替<a>标签_html/css_WEB-ITnose

转:页面跳转代替<a>标签_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:30人阅读

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

1.onclick="javascript:window.location.href='URL'"

2.onclick="location='URL'"

3.onclick="window.location.href='URL?id=11'"

如果页面中有frame可以将在location前面添加top.mainframe.frames['right_frame'].location

人气教程排行