Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mhm Friend
    #142114

    Hi all,

    everytime I navigate away from a page in IE I get a bug alert in javascript in the file ja.ddmod.js line 330 saying that el._h is null or not an object.

    Since I have a debugger installed it causes alot of problems in navigating the site as it prompt the alert on every page.

    I used firebug on FF3 (Mac) and found that the same error appears.

    Anyone have any idea as to why this is caused?

    mhm Friend
    #308601

    ok seem to have made a quick soln.

    added the following line above line 330 so my script now looks like this


    if(el._h != null)
    c += el._p.id + "_" + el._h.innerHTML.trim().substr(0,20) + "_" + i + "_" + el._h.className+",";

    it helps remove the error prompt, but I haven’t einvestigated as to why el._h is nul when being called upon.

    Perhaps if someone have figured it out, they can then advise us accordingly.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  mhm 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum