Prev Demo
Iframe With Target Link
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Iframe with target link</title> </head> <body> <h2 style="color:blue"><i>The name should match the target of the link to open the iframe </i></h2> <iframe width="400" height="200" src="http://www.techfunda.com" name="iframe_a"></iframe> <p><a href="http://www.dotnetfunda.com" target="iframe_a">DotNetFunda</a></p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output