how to send more values through respnseText

Answers were Sorted based on User's Feedback



how to send more values through respnseText..

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

how to send more values through respnseText..

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

Post New Answer

More AJAX Interview Questions

Describe Ajax With its Implementation Process ? Give an example?

0 Answers   MaxSolPro,


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


What are ajax extensions?

0 Answers  


How to handel error in ajax?

0 Answers  


What is xmlhttprequest object in ajax?

0 Answers  


What are all the features of Ajax?

1 Answers  


How can you find out that an AJAX request has been completed?

1 Answers  


We used asynchronous server communication for a long time, what new thing is ajax bringing?

0 Answers  


What are the goals of Ajax?

1 Answers  


What is ajax method?

0 Answers  


What is the limitation of AJAX ?

0 Answers  


Do ajax applications always deliver a better experience than traditional web applications?

0 Answers  


Categories