Dear Sir,

Please see attachemt and help me to solveout iframe problem.
Problem detail is in attachment.

Thanks

You need to the set the target of the anchor: target="FRAME"

Would be something like this:

<ul>
      <li><a href="first.html" target="myInlineFrame">First Page</a></li>
      <li><a href="second.html" target="myInlineFrame">Second Page</a></li>
    </ul>

Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.