• chitrarkhaire

    (@chitrarkhaire)


    Line : 33
    Char : 2
    Error : ‘documentGetElementById(….)’ is null or not an
    Code : 0
    This error is coming on every page.Please help

Viewing 1 replies (of 1 total)
  • If what you’ve typed on your “Error” line is really how you have it in your code, you need a period between “document” and “getElementById(…)”

    document.getElementById(id);

Viewing 1 replies (of 1 total)
  • The topic ‘getting document.getElementById()..is null not an object error on every page’ is closed to new replies.