Answer Posted / 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 |
Post New Answer View All Answers
Is ajax a framework?
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
What is asynchronous request in ajax?
What is the predominant distinction between javascript and j-query?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax
Did adaptive path invent ajax?
When will html_ajax have a stable release?
Where can I find examples of ajax?
How do I submit a form or a part of a form without a page refresh?
Briefly describe asp.net ajax framework? : asp.net ajax
What are the basic controls in asp.net ajax?
What are the ajax security issues?
Differentiate between synchronous and asynchronous ajax requests.
Won't my server-side framework provide me with ajax?
Which two methods are used for handling cross-domain ajax calls ?