Retrieve data at intervals using either ASP or JavaScript??
-
Back again with even less hair…:mad: :doh: I am using an ASP page to display table fields from my SQL database, one of the fields in a table changes on a regular basis… My question is, is it possible to make some code that will retrieve the data say every 30 secs without refreshing the page all the time, if so … HOW? Or could someone point me in the right direct for help files using asp or JavaScript please. Thank you in advance :) Regards Ray
-
Back again with even less hair…:mad: :doh: I am using an ASP page to display table fields from my SQL database, one of the fields in a table changes on a regular basis… My question is, is it possible to make some code that will retrieve the data say every 30 secs without refreshing the page all the time, if so … HOW? Or could someone point me in the right direct for help files using asp or JavaScript please. Thank you in advance :) Regards Ray
-
djhankypark wrote:
is it possible to make some code that will retrieve the data say every 30 secs without refreshing the page
Make a AJAX call to server every 30 secs to retrieve. This will not refresh the complete web page
Hi there, Sorry so long in thanking you for your advice been working away all week. I will start looking around for some information on your recommendations Regards Ray