How can I load an external site onto another site? (load the entire page without scroll, borders)
I tried this but it does not load the entire page, and there are scroll/borders?)
<!DOCTYPE HTML> <html> <body> <iframe src="http://www.externaldomain.com" name="iframeName" ></iframe> </body> </html> EDIT: seamless, what does this do? http://www.w3schools.com/html5/tag_iframe.asp