loader

How to add Frame Forwarding to your website or domain name. Print

  • 1

How to add Frame Forwarding to your website Last Modified: Aug 6, 2005, 11:17 am

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.site-helper.com" scrolling="auto" noresize>
<noframes>
<body>

Your browser does not support frames


</body>

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

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

This will completely mask the site youa re forwarding to as if it were your website.

If you would like to have it frame forward to another site from within a subdomain on your site.
Create the Subdomain using the DirectAdmin Control Panel. This create a new folder with the name of the subdomain. In that folder is an index.html file - replace the code in that folder's index.html with this code and you'll create a nice professional looking frame forward to the other site as if it were yrou own subsite.

 


Was this answer helpful?

« Back