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

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

1 Answers  


Is there any use abilities problems in ajax?

0 Answers  


Explain what is polling in ajax?

0 Answers  


Is ajax just another name for xmlhttprequest?

0 Answers  


Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev

0 Answers  


Whats with the -alpha in the install instructions?

0 Answers  


Should I use an http get or post for my ajax calls?

0 Answers  


How do I handle concurrent ajax requests?

0 Answers  


Can we nest the updatepanel controls? : asp.net ajax

0 Answers  


Why did ajax kill himself?

0 Answers  


Describe how to handle concurrent ajax requests?

0 Answers  


Is it true that a xmlhttprequest objects belongs to the w3c standard?

0 Answers  


Categories