I’ve added a widget that allow me to run a javascript/HTML code (Enhanced text).
The javascript is something like:
<script>
var t;
var refreshFrequency = 5000; // time in milliseconds
var serverFileUrl = 'page.php';
...
</script>
The javascript write the result of “page.php” using <div id="printFollower"></div>
Fact is that while in the console of the browser the script is updating, the javascript doesn’t update the print result according.
So basically in the console I see a flow of results, but in the widget is fixed.
How I could fix it in order to update the text according to the console tab?
-
This topic was modified 8 years, 8 months ago by
illuminati3.