Script to display someone's site in your single page
Content is free. When you buy through links on my site, I may earn affiliate commission. Learn More.
Here I have a simple iFrame code to Display someone else's page under your webpage. This code is easy to use, you just need to copy the code to your site and make changes that you want.
<html> <head> <title>Regular domains</title> <meta name="description" content="your description"> <meta name="keywords" content="your keywords"> </head> <frameset rows="*" framespacing="0" border="0" frameborder="NO"> <frame src="http://www.cybertweaks.com/" name="Regular Domains" scrolling="auto" noresize> </frameset> <noframes> <body> </body> </noframes> </html>
make the necessary changes.
Source Code : http://pastebin.com/krePdEJt
No comments: