Now, what does framing mean?
It means like when you want to create a website but loads the page of the other site…
For example,
You have a website, but when people enterĀ your site, you want the page to load mob3.
Create a html file using the following code:
Do it through notepad then save the file as index.html
<html>
<head>
<title>Website titile – By Infrasound</title>
</head>
<frameset rows=”*”>
<frame name=”top” src=”http://metus.marukatat.com/translxp/” marginheight=10>
</frameset>
</html>
Upload this to your website….
Now, each time someone visit your site, it will load http://metus.marukatat.com/translxp/
Have fun!