Javascript Reference Guide

 
 
This guide contains useful Javascript tips.







Auto reload log file in iframe and show end of log file.



Information
This example shows you how to display log file content in a browser using iframe.
The log file can be auto reloaded and the end of the log file is displayed.
The auto reload has been tested on Firefox (v 22.0) and Safari (v 5.1.7).
The auto reload does not work on Chrome (v28.0) and IE (v9.0) but the manual reload can be used instead.
The log file content will be auto wrapped (not showing the horizontal scrollbar) when using Chrome and IE.


Demonstration

Code: Auto reload log file in iframe and show end of log file