Chaitanya Lakshmi
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook

[SOLVED] HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0

2/22/2012

3 Comments

 
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.. !!
3 Comments
Amit
4/12/2012 10:44:19 am

What if I dont have any popup pages but use lightbox etc. Where do I place this.

$(document).ready(function(){
open_thickbox('logout/popup', 450, 600, true, true);
});

Reply
Peter Walberg link
2/27/2013 03:13:04 am

I am having the same issue, and using several different javascripts. So like Amit above, not quite sure how to address this in my situation.

Any ideas?

Reply
madan ray
5/23/2013 10:17:30 pm

Perfect tutorial to solve the above issue, thanks

Reply



Leave a Reply.

    Archives

    April 2012
    March 2012
    February 2012

    Categor

    All
    Ajax
    Api
    Cross Site Scripting
    Css
    Curl
    Design Patterns
    Drupal
    Exception Handling
    Htaccess
    Html
    Javascript
    Jquery
    Json
    Linux
    Mysql
    Oops
    Php
    Regular Expressions
    Web 2.0
    Webservices
    Wordpress
    Xhtml

    RSS Feed

Powered by Create your own unique website with customizable templates.