iframe url with anchor导致父页面自动滚动

时间:2018-06-07 12:39:32

标签: html iframe anchor autoscroll

我的目标网页全部有效,中间有一个iframe。 iFrame源URL中有一个锚点,因此iframe会加载到外部页面中的特定位置。但是,有一个意外的后果导致父页面滚动到iframe所在的位置。

http://blah.com
<html><head></head>
<body>
  LOTS of content,
  probably two pages of content

  <iframe src="http://foo.com/#bar"></iframe>

  LOTS more content
  probably another 3 pages of content
</body>
</html>

加载blah.com后,它会自动将目标网页的一半向下滚动到iFrame。  如何防止这种情况?....但是,我确实需要iFrame直接加载到锚点#bar

0 个答案:

没有答案