I've got a piece of code where, for all the world, it looks like this
fails in IE 6:
hometab = document.getEle mentById('homet ab');
but this succeeds:
hometabemt = document.getEle mentById('homet ab');
Has anyone ever seen anything like this before, or am I dreaming?
(Both appear to work in firefox.)
fails in IE 6:
hometab = document.getEle mentById('homet ab');
but this succeeds:
hometabemt = document.getEle mentById('homet ab');
Has anyone ever seen anything like this before, or am I dreaming?
(Both appear to work in firefox.)
Comment