AJAX Requests & Client-Side JavaScript

Posted by Sarah24 on Programmers See other posts from Programmers or by Sarah24
Published on 2012-11-06T14:52:08Z Indexed on 2012/11/06 17:20 UTC
Read the original article Hit count: 366

Filed under:
|
|

I am new to AJAX and trying to understand a question I've been given:

A HTTP request is generated by a form which contains some drop-down list. When the form is submitted, a new web page is displayed with some relevant text information (which is dependent on the list item selected). Now, the same parameters are sent to the server via an AJAX request, and the same text information is returned.

Q. What tasks would the client-side JavaScript have to do to ensure a valid request was constructed and sent?

Any useful links or quick explanations greatly appreciated.

© Programmers or respective owner

Related posts about JavaScript

Related posts about AJAX