Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0
If you face this issue. Just do the below steps.
1. Check whether you have any Popup page in you website.
Like Thickbox, Lightbox, etc..
2. Don't open the popups directly in the pages.
3. Open the Popups inside the Document Ready state.
Example:
$(document).ready(function(){
open_thickbox('logout/popup', 450, 600, true, true);
});
4. This solution for IE related browsers only. Because Firefox and other browsers will not trigger this issue.
5. This solution for IE7, IE8 etc..
6. Enjoy.. ! If you still face issue .. Please post comments here.. !!
No comments:
Post a Comment