net ajax app. I have one modelpopup that shows a IFrame and inside Iframe I show one asp.net page.
I want to hide the modelpopup when user click on close button in page inside IFrame.
How can I find the opener modalpopup?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
with simple javascript you can access the top window javascript values or functions by using the window.top.document, for example:
and find elements by
or direct
If you using jQuery you can use the