I have a <href> link in the html code which works well when not put inside the <iframe> tag and the same link gives issue when put inside the <iframe>
Below is the code:
<iframe frameborder="0" src="http://localhost/TestingLink.htm"></iframe>
Code for TestingLink.htm:
<a href="http://www.google.com">Click me</a>
 
     
    