Hello!
This little piece of code works fine in IE and FF, but not Chrome:
I get this message indicating that "document" is undefined:Code:window.frames['console'].document.getElementById('clock').style.display = 'block';
Uncaught TypeError: Cannot call method 'getElementById' of undefined
Any ideas?
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote