Embed Website Onto Website

4 posts Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Embed Website Onto Website
mikethedj4
wahooo; Wanna embed a website onto your website? Well here you go! cooll;
Code: Select all
<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>
Here's the IFrame (not included in download)
Code: Select all
<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>
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.
Last edited by mikethedj4 on Fri Jul 08, 2011 7:12 am, edited 2 times in total.
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: Embed Website Onto Website
smashapps
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!
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Embed Website Onto Website
Zulf
I figured this would be easier than an IFrame. :P
Image
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Re: Embed Website Onto Website
mikethedj4
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
Return to “Tutorials”