How can I call a Java method from Javascript?
Which browsers support AJAX?
Is there any way that an AJAX object can get back a record set?
You could build an XML document out of your recordset and send that back to the server, say you had a redord set for a “user” with the following details (name, surname, age, email), you could build an xml document like this:
Code:
Byron
Tymvios
25
email@address.com
User
Someone
39
myAddy@address.com