0

I have tried to test other questions using StackOverflow, but I couldn't get it to work.

The frame will not scroll to the anchor.

<iframe src="http://coder0.weebly.com/browsers-images.html#B0" width="95%" height="50"  target="_parant" id="comfra" frameborder="0" scrolling="no">
<p><a href="browser-not-supported">Please click here</a></p>
</iframe>

The id is B0.

halfer
  • 19,824
  • 17
  • 99
  • 186
MULTI Team
  • 43
  • 8

1 Answers1

0

The iframe can't be used like that. Please check: What is iframe used for?

You can't add content to an iframe tag like that.

You can check this javascript solution: Insert content into iFrame

Sebastian Giro
  • 718
  • 1
  • 7
  • 17