Hi, I have an inherited classic ASP application. What I need is to make an asynchronous repeated request in the database every 5 min so if the recordset has any record then a specific button have to blinking (if not) so when the user click the button then the application must bring the rows in html table. I suspect Ajax but how? Thanks