Maison > Article > interface Web > 转:页面跳转代替<a>标签_html/css_WEB-ITnose
本页显示可以直接用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