hi i am new to javascript,
i need help,
i have an event which should be called in the if statment,when the database time and the current time are equal that event would be called,
i get bath the times but how i generate this event in javascript when both the time are matching,
if($dbtime==¤ttime){
eventhandler();
}
this would be called if it rrefresh through javascript at every second



Reply With Quote

Bookmarks