Hi
i'm using Ajax
Here is the code
i want to pass more than one parameter how can i do that?
Please help!
Softjack
i'm using Ajax
Here is the code
Code:
var pars = "Circle=" + stateValue;
//alert(stateValue);
var myAjax = new Ajax.Request(url, {method: 'get', parameters: pars,
onComplete: showResponse});
}
i want to pass more than one parameter how can i do that?
Please help!
Softjack