Saturday, November 28, 2009

Learning Roundup: Server includes

How Do I Include One HTML File in Another
SSI or Server Side Include

How to Include HTML in Many Documents Using JavaScript


iframes

The iframe method is simpler. The iframe element can be used to force a second page to "embed" inside the first page, in much the same way that Flash movies, videos and MP3 players are embedded with the object element. And JavaScript doesn't have to be turned on. But there are disadvantages here too. The iframe element has a fixed width and height, no matter how big the content is. That can mean scrollbars inside your page. And, as of this writing, Google doesn't appear to index the separate page referenced by the iframe so that searchers can find your page.

Attributes here:
HTML iframe tag

No comments:

Post a Comment

Only comments in English will be considered. Thank you!