N
Net
Hi,
In my web page instead of the users clicking on a link to another site
I want that site be shown on the same page. Can any one help with this
example. I tried iframe but it also shows a link.
iframe.html
-----------
<html>
<iframe name="ShowSite"
src="site.html"
width="500"
height="300">
</html>
site.html
--------
<html>
<a href="http://www.site.com/">Site</a>
</html>
Thanks in advance,
In my web page instead of the users clicking on a link to another site
I want that site be shown on the same page. Can any one help with this
example. I tried iframe but it also shows a link.
iframe.html
-----------
<html>
<iframe name="ShowSite"
src="site.html"
width="500"
height="300">
</html>
site.html
--------
<html>
<a href="http://www.site.com/">Site</a>
</html>
Thanks in advance,