Hi!

I use Squeezebox and try to open box as IFRAME

Page in inframe has own js:

document.addEvent('domready', function() {
var inputWord = $('articlecode');

....


And problem is, that under IE element $('articlecode') is null,
because 'domready' evaluates too fast (before elements are visible)
When i change domready event to onLoad event in body tag, everything
works fine...

Any idea, why domready doesn't work properly (under IE) in IFRAME?


Regards,
Filip

Reply via email to