Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>
Periodic Updater with Prototype
periodic_update.html
status
<script type="text/javascript"> new Ajax.PeriodicalUpdater("updateme", "status", { // initial number of seconds interval between calls frequency : 5, decay : 5 }); </script> <hr/> <div id="updateme"> <!-- this will be updated --> </div>
Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>