How to add Frame Forwarding to your website

To add frame forwarding to your website, create your html file (usually index.html) with the following code:

<html><head><title>Title of your webpage</title></head>
<frameset cols="*">
<frame name="main" src="http://www.yourdomain.com" scrolling="auto" noresize>
<noframes>
<body>

Your browser does not support frames

</body>
</noframes>
</frameset>
</html>
 
config/add.txt · Last modified: 2010/02/20 21:34 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki