Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to execute a function after the timer expires
#1
function mytime() {
    setTimeout(
        function() {
            sdk.reload('C_NT');
        }, 30000);
}
onclick = mytime();

Here this connection will load after 30 sec once the function is called.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)