Get the Server response
Get the Server response
I am developing a table using DataTables with Classic ASP and I will "construct" my *.asp page based on the *.php example.
So I would like to put an "alert" in my code that shows the unformated response of the server everytime I perform some change in the table, like ordering, search, pagginating, etc. If I had this "server response" I would be able to change my *.asp page in order to it give me the correct answer.
How can I put this "alert" showing the non-formated response of the server?
Thanks for the help and sorry about the english.
So I would like to put an "alert" in my code that shows the unformated response of the server everytime I perform some change in the table, like ordering, search, pagginating, etc. If I had this "server response" I would be able to change my *.asp page in order to it give me the correct answer.
How can I put this "alert" showing the non-formated response of the server?
Thanks for the help and sorry about the english.
This discussion has been closed.
Replies
I put the alert in the "jquery.js" after the "if ... xhr.readyState === 4" code.
Thanks.