Tuesday, September 2, 2008

Alternate Ajax Techniques Part 1 - Using iframe

1.Dynamic content loading in iFrame

HTML: iframe




The concept is simple: create a new iframe element and assign a valid url to its src attribute to load html content that isn't initially written into the page.


All you need to do is create a iframe element using the DOM createElement() method and add it to the page.

Read more..

DEMO of Example 1

No comments: