How can I show a complete web page in another web page using html coding .
e.g
<html>
<body>
<p>
An image from W3Schools:
<img src="http://www.w3schools.com/images/ie.gif" width="73" height="68">
</p>
</body>
</html>
In above example ,there is only a image from another web page .
but
How can I show a web page instead of a image
Show the www.khalil.cjb.net
in another web page Using HTML coding ...
e.g
<html>
<body>
<p>
An image from W3Schools:
<img src="http://www.w3schools.com/images/ie.gif" width="73" height="68">
</p>
</body>
</html>
In above example ,there is only a image from another web page .
but
How can I show a web page instead of a image
Show the www.khalil.cjb.net
in another web page Using HTML coding ...
















