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

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

WBOY
WBOYOriginal
2016-06-24 12:34:251060Durchsuche

本页显示可以直接用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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn