Jump to content

(X)HTML <iframe> equivalent


shadowayex

Recommended Posts

iframes, in my opinion, are pretty annoying anyways. They add to the history of the browser and people could accidentally load pages inside it.In XHTML, by using AJAX and <div> tags you can load external content cleanly without messing up the back button on the browser.This is W3Schools, check out the AJAX tutorial (And if you don't know Javascript or XML check those out too)

Link to comment
Share on other sites

Guest FirefoxRocks

You can use <object> if you must, however it won't be guaranteed to work as expected in Internet Explorer.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...