iframe tips  
********************************************
Free JavaScript provided by ©2004-VB'Breizh
Adapted from BoogieJack (Canada)
**Updated (02/16/2004)    Compatibility :   

iframes (inline frames) are the best way to insert a window in your web page.
iframe is able of displaying separate documents inside that window (document text, document html, images...) with no need to reload the entire page or load popup.
iframe works with must of all recent browsers.
To change the iframe content, just specify new data URL and iframe target (#).
To insert a text file (html, txt) into a page :
‹object width="200" height="200" type="text/plain" data="mytext.txt" border="0"› ‹/object›
To turn off the scrollbar : style="overflow:hidden;"
Set iframe properties...id, name, width, height, align, frameborder, margintop...


Comment, question ?

Insert a new object...   Code     Document html     Image