html - How to populate select/combo box without submitting the master form (ASP) -
i've got master form on page, , want create onclick events of drop down boxes populate other drop down boxes depending on choice made.
i know can't have form within form.
any advice on how can achieve this.
i'm using html, classic asp , mysql populate combo boxes.
thanks
john
john. this, need ajax engine running alongside javascript, unless want page reload everytime want combos populated.
there many ways , each easier latter, of them require asp file doing response in xml file.
start basics: learn javascript & ajax... or cut half of work/time , learn jquery's. trust me,... it's worth trouble. http://api.jquery.com/jquery.ajax/
Comments
Post a Comment