| Author |
multiple responseText
|
cathymala louis
Ranch Hand
Joined: Nov 02, 2005
Posts: 77
|
|
Hi How to get mutliple response text in ajax. Any tutorials will really help. Thanks.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
What do you mean by multiple responseText? Eric
|
 |
cathymala louis
Ranch Hand
Joined: Nov 02, 2005
Posts: 77
|
|
|
I want to update City and State drop down box, depends on the Parish value I am selecting.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
So you design the response to bring back the information together. You can either use JSON [perfered method] or you can add a special character sequence and split the values. Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56207
|
|
|
Or you could use XML, but I heartily agree with Eric that JSON is the best means to return complex data.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: multiple responseText
|
|
|