Hi..am implementing 'do not show this again' functionality using jsp and javascript. The parent page opens a popup on click of an image but the popup is opened through the script 'submodal.js' that shows only the div part as popup. it has a 'ok,''cancel' and a checkbox.
When the user clicks on check box the status should be remembered and it should not open the popup next time when the user clicks on the same image.
Am not able to get the checkbox status in the parent as there is no child parent relationship between the popup and the parent window.
Please help me in getting the solution for this problem.
Thanks in advance.



