|
It's the first call made to getElementById that fails. Which probably means that for some reason, IE is not recognizing document.getElementById the function. It has to be something with my code, as my IE will work with other javascript scripts that use that call on other pages. But I cannot for the life of me figure out what I've done wrong, what in my code could make document.getElementById not work.
|