Jump to content

Debugging Ajax


stockton

Recommended Posts

Is there a way to debug/trace Ajax.

I have a scenario where the individual bits appear to work but when linked together via Ajax does not produce the required data.

I have an HTML page calling JavaScript which via Ajax calls a php application on the server which calls a MSSQL Stored Procedure to retrieve data which should be returned to the client.

The server based php, when run on the command line returns the correct data if one adds an echo.

Now how to I check that the HTML call to Ajax works and that the Ajax to server based php works?

Link to comment
Share on other sites

Thank you for your suggestion.

The way I solved it was with:-

 

var Message = "Event....." + Event + "\n";

    Message += "CardNumber ......" + CardNumber + "\n";

    confirm(Message);

 

to the first called javascript function. This therefore shows that not only did Ajax get called but it was also passed the correct values.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.