Omicron Llama

Coding all day, every day.

xhtml

document.getElementById() in MSIE

This is strange. I have an issue which I have grossly simplified in order to explain the situation. Below are two snippets of code which work perfectly fine in all browsers but IE. The second code snippet gives the error message: Message: ‘document.getElementById(…)’ is null or not an object As you can see, the difference […]