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.
DEMO of Example 1
No comments:
Post a Comment