Hi,
First, please try to specify a lower z-index for the flash object.
If it doesn't work, please wrap the flash in a div, and set this div's visibility to false when the modalpopup shows and show it again when the modalpopup is dismissed.
Hope this helps.
so how to deal with modalpopup when using framesets?
Do you mean the flash object and modalpopup are in different frame of a frameset?
Generally, you can access object in a different frame with javascript. You can get a reference to a frame with var objFrame = parent.top.frames["frameName"]
i use modalpopup in a user control which is loaded dynamically into a page which is loaded into a frameset, the modal popup does not display correctly
How does it display incorrectly?
Can you post a simple repro?
Hello,
http://www.al-moltqa.com/Contacts/Forms/DisplayAllContacts.aspx
if you clicked on the zoom icon it is to show the modalpopup.
No comments:
Post a Comment