Home > Article > Web Front-end > Transfer: Page jump instead of tag_html/css_WEB-ITnose
This page shows that location can be used directly. The method is as follows:
1.onclick="javascript:window.location.href='URL'"
2 .onclick="location='URL'"
3.onclick="window.location.href='URL?id=11'"
If there is a frame in the page, you can add it to the location Add top.mainframe.frames['right_frame'].location
in front