theniteowl
Programmer
I am looking to have a javascript page make an AJAX request to an ASP page to update a value in a SQL database.
This will be an adiministration page for an intranet web application and I think would work best using AJAX to immediately write each change rather than tracking all changes and submitting at once.
Anyone have sample code for submitting the request to an ASP page and waiting for a response? Perhaps trapping for errors as well as return responses from the page?
I have very little time to work on the application as other tasks are pulling me away but if I find a good example specific to this purpose I should be able to adapt it readily enough.
Thanks.
At my age I still learn something new every day, but I forget two others.
This will be an adiministration page for an intranet web application and I think would work best using AJAX to immediately write each change rather than tracking all changes and submitting at once.
Anyone have sample code for submitting the request to an ASP page and waiting for a response? Perhaps trapping for errors as well as return responses from the page?
I have very little time to work on the application as other tasks are pulling me away but if I find a good example specific to this purpose I should be able to adapt it readily enough.
Thanks.
At my age I still learn something new every day, but I forget two others.