can anyone give idea
Posted: Thu Jan 20, 2011 11:42 pm
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,,,
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,,,