I want to display the alert box but for a certain interval. Is it possible in JavaScript?
setTimeout( function ( ) { alert( "moo" ); }, 10000 ); //displays msg in 10 seconds