i will implement an email program. as any other email program, the user can send messages to multiple contacts. i'm planning to implement this through an address book which will pop up and display all the contacts of the person. this popup window containts checkboxes of the contacts. the user can check multiple check boxes. once finished, the pop up closes.
what i want to do is to retrieve the value of the checked check boxes in the main window. is there a way to do this in PHP or javaScript.
what i want to do is to retrieve the value of the checked check boxes in the main window. is there a way to do this in PHP or javaScript.
Comment