Page 1 of 1

can anyone give idea

Posted: Thu Jan 20, 2011 11:42 pm
by madu
hi friends,,,,
Now i am trying a application that is group mail,,,, The user can create group by giving group name in a text box,,,, The main group might have sub group,,,the group contain two fields user name and mail id,,,, Suppose "Friends" is a main group means it may have "school","college" as a sub group,,, While sending a mail if the user select main group means mail will send to all sub groups also,,, otherwise if user select particular sub group means the mail will send to that sub group only,,,,i loaded main group names into dropdown list,,,when i select anyone from this the sub group name should be display with check boxes,,, i did that in form submitting event ,,at that time i get main group name by using $_GET ,,, but i want it should be load at while changing the dropdown,,,

Re: can anyone give idea

Posted: Fri Jan 21, 2011 1:27 am
by social_experiment
madu wrote:but i want it should be load at while changing the dropdown,,,
You will want to use AJAX to do this