Insert a text file into a page
********************************************
Free JavaScript provided by ©2004-VB'Breizh
**Updated (02/16/2004) Compatibility :
Insert a text file into a page :
test MSIE/Code : object name='tip' type="text/html" data='myfile.txt' width='80%' height='200' /object
test NETSCAPE/Code : embed src ='myfile.txt' /embed
Comment, question ?