Hello tracey,

you will define your action in default.py as :

def fun():
  return #whatever


then in index.html:
          $('#country_state').change(function(){ $.ajax( 'fun',
['country_state'],'id_of the second drop down' ) }


Iceberg send the following  link : 
http://web2py.com/book/default/section/10/3?search=ajax


Reply via email to