我有以下htmls
:第1页:
<html>
<body>
<a href=“page2.html#iframeanchor”></a>
</body>
</html>
第2页:
<html>
<body>
<div>Lot of content multiple pages</div>
<iframe src=“page3.html”>This is multiple page as well</iframe>
</body>
</html>
第3页:
<html>
<body>
<div>Lot of content multiple pages</div>
<a id=“iframeanchor”>Hello</a>
</body>
</html>
如何从第2页的第1页跳转到iframeanchor?