Embed Website Onto Website
4 posts
Page 1 of 1
wahooo; Wanna embed a website onto your website? Well here you go! cooll;
Code: Select all
Here's the IFrame (not included in download)
<html>
<head>
<title>Website On Website</title>
</head>
<body>
<object data="http://gimppimp.tk/" width="100%" height="100%">
<embed src="http://gimppimp.tk/" width="100%" height="100%">
</embed>Error: Embedded data could not be displayed.</object>
</body>
</html>
Code: Select all
Download the html file below, unzip it, and click and drag the source.html file into your web browser to see it in action. Change the code to fit your needs.<html>
<head>
<title>Website On Website</title>
</head>
<body>
<iframe height="100%" width="100%" frameBorder="0" src="http://gimppimp.tk/">
Your browser does not support IFRAME's
</iframe>
</body>
</html>
Last edited by mikethedj4 on Fri Jul 08, 2011 7:12 am, edited 2 times in total.
Another way for this is to use an Iframe I was going to post a tutorial but I see you have already done so 

My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
I added in the IFrame, but I don't recommend it, cause of compatibility reasons with IE, Konquerer, Maxthon, and others (idk if I spelled them right or, not nor do I care)
4 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023