Restart Gadget
hi every one
any one have a code to restart a the gadget, or force js array to loaded from file not from memory
please any one know solution send it
thanks
hi every one
any one have a code to restart a the gadget, or force js array to loaded from file not from memory
please any one know solution send it
thanks
which should reload the Gadget, or setup an interval timer to reload it ie:
timer1 = window.setInterval("refreshGadget()", <ms>);
...
function refreshGadget() {
<code to reload array and update HTML elements>
}