Thursday, 6 August 2009

Add Frame Forwarding to your website

Informations:

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



Your browser does not support frames



</body>
</noframes>
</frameset>
</html>


Replace all bold items with the values you wish to use.





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

No comments:

Post a Comment