Home
History
Documentation
Forums
Mailing list
SF.net project
Download
Include text file
Use this code in a page, replacing PATH with the full path to the file:
<iframe height="400" width="100%" src="file:///PATH"></iframe>
To include a text file in the page inside an iFrame.
Linux example:
<iframe height="400" width="100%" src="file:///home/username/Desktop/file.txt"></iframe>
Windows example:
<iframe height="400" width="100%" src="file:///C:/Users/Username/Documents/file.txt"></iframe>