hi...

i am new to ajax and i would like to know the syntax for sending multiple
values using post method in ajax.

i have tried this code but it doesn't work..
var data = 3;
var age = 27;
XMLHttpRequestObject.send("data=" + data,"age=" + age);


thanks in advance...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.