Hello
I am new comer in Ajax. I have function like bellow
function getCityList(sel)
{
var countryCode = sel.options[sel.selectedIndex].value;
document.getElementById('dhtmlgoodies_city').options.length = 0; // Empty city select box
if(countryCode.length>0){
ajax.requestFile = 'getCities.php?countryCode='+countryCode; // Specifying which file to get
ajax.onCompletion = createCities; // Specify function that will be executed after file has been found
ajax.runAJAX(); // Execute AJAX function
exit();
}
}
When i call this function then all page comming in my joomla page. Please help me anyone asap.
Email: [email protected]
ajax problem in Joomla
Moderator: mcsmom