i am having a joomla module and i want to navigte from 1 page to another using ajax in the module how to do this?
Actually i want to create 3 combo boxes fetching data from database.One for country then on selecting country 2nd combobox will show states of the country then on selecting state the next combobox will show the city from the state therefore for applying the logic i have to specify the page where the logic reside but in joomla using ajax the request is not working. What to do?