How to check every two minute in javascript Function Using set Interval

 

setInterval(function(){
alert("Kindly save your details to avoid data lose");
}, 2000);

No comments:

Post a Comment

SQL Server — Core Concepts with examples

  Data Definition Language (DDL) : CREATE , ALTER , DROP (tables, views, procedures, triggers). Data Manipulation Language (DML) : SELECT ,...

Best for you