Visit More Then One Website in Single Page using Iframe

This tutorial i am explain about how to visit more then one website in single page using html iframe. This using the iframe name you can visit the specified website in html iframe. This is a simple logic is used to visit multiple website in single page with the help of clicking the anchor link.

This types of concept also helpful some of the websites and applications, and you can able to hide the iframe border according to your choice. In this example i give the simple code and also included the demo link for your reference. I hope this simple concept will useful.



VISIT MORE THEN ONE WEBSITE IN SINGLE PAGE USING IFRAME

<!DOCTYPE html>
<html>
<title>san web corner</title>
<body>
<iframe src="http://www.sanwebtutorials.blogspot.in/" name="iframe_a" width="800" height="600" align="middle"></iframe>
<p><a href="http://karthickinfotech.blogspot.in/" target="iframe_a">Mostliker</a></p>
<p><a href="http://www.sanwebtutorials.blogspot.in/" target="iframe_a">san web corner</a></p>
<p><a href="http://www.justdial.com/" target="iframe_a">justdial</a></p>
</body>
</html>

Post a Comment

0 Comments