how to send more values through respnseText
Answers were Sorted based on User's Feedback
Answer / mohammad tareque
Hi,
You can send your text values with concatination of '|'
operator, split it with pipe operator like
'responseText.split('|');', you will get array of your text.
And now you can access it
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohammad tareque
You can also use JSON to send multiple text values in a array
format
Is This Answer Correct ? | 1 Yes | 0 No |
Describe Ajax With its Implementation Process ? Give an example?
What are the pre-requisites to execute AJAX applications on a server?
What are ajax extensions?
How to handel error in ajax?
What is xmlhttprequest object in ajax?
What are all the features of Ajax?
How can you find out that an AJAX request has been completed?
We used asynchronous server communication for a long time, what new thing is ajax bringing?
What are the goals of Ajax?
What is ajax method?
What is the limitation of AJAX ?
Do ajax applications always deliver a better experience than traditional web applications?