Jump to content

HTML embedding


justsomeguy

Recommended Posts

I want to know some of the ways people embed one web page into another, regardless of the content of the two pages. I know about frames and iframes, and this would work perfectly:

<object type="text/html" data="http://somedomain.com/somepage.html">  <p><a href="http://somedomain.com/somepage.html">view somepage</a></p></object>

except that it screws with the Javascript DOM, so I can't use that method. I still have some research to do on that with the DOM, but I'm assuming at this point that it's not going to work for what I need. What other ways do people use to embed one full HTML page in another?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...