简体   繁体   中英

Modal Popup not refreshing Parent Page

I know this will seem vague and I will work on getting some code posted but wanted to get some initial feedback to see if anyone else has experienced this problem. I have a page with a listbox and a button. When I click the button a modal popup displays a checkbox list that allows the user to select options. At the bottom of the popup I have a "OK" and "CANCEL" button. If the user clicks "OK", the items are saved that the user has selected in the checkbox list, but the parent page does not refresh. I had the parent page refreshing and the listbox displaying the choices made on the modal popup. This is happening only part of the time and appears to be on IE8, although I am running IE8, with and without compatibility, and not experiencing this issue. I have tried running on IE7 and don't see the issue. Thanks in advance.

这可能不是您要寻找的答案,但如果它在ie 7中正常工作,则应该解决您的问题。将其添加到页面中,它将强制ie8将页面呈现为ie7。

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM