IE browser problems occurring with Javascript Movable Type SignIn widget!
        Posted  
        
            by Jonathan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonathan
        
        
        
        Published on 2008-12-30T08:32:34Z
        Indexed on 
            2010/03/26
            12:03 UTC
        
        
        Read the original article
        Hit count: 487
        
i am using movable type 4.23 (publishing system) and have been testing my site on a PC and discovered that internet explorer (IE) browsers are unable to view my site due to a conflict in the javascript of the signin widget (initially i thought it was in the mt.js file).
i receive this error: "Error 80004004"...as well as in the Javascript itself: "Element is not an object" (or object is not an element?)...
function mtUpdateSignInWidget(u) {
var el = document.getElementById('signin-widget-content');
if i put in "id" where 'sign-widget-content' goes, it will say its not an object.
all other browsers work perfectly (firefox, safari and opera on my mac and firefox on pc).
if anyone wants a link to the test page, i can provide that...
someone please help! thanks.
© Stack Overflow or respective owner