Hi, I am trying to figure this out... How would I display an external website inside an html page? I am trying to have a domain display the contents of another domain without re-directing the site. Any help on this would be much appreciated.
You would need to use an <iframe>. I don't think <object> can pull pages that are on a different server, so even though its bad to use frames if its that necessary you would use an iframe.