All you need to do is to supply the site address on source attribute of the FRAME and set the columns and rows to 100%.
<html>
<frameset cols="100%">
<frameset rows="100%">
<frame src="http://www.google.com/">
</frameset>
</frameset>
</html>
Hope this post helps you!
No comments:
Post a Comment