Get the Server response

Get the Server response

diondudiondu Posts: 24Questions: 0Answers: 0
edited April 2010 in General
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.

Replies

  • diondudiondu Posts: 24Questions: 0Answers: 0
    Please close this topic, I solved the problem.

    I put the alert in the "jquery.js" after the "if ... xhr.readyState === 4" code.

    Thanks.
This discussion has been closed.