Thanks Mark,
You are correct that FF is the better browser to test in as I have
encountered alignment issues there that weren't apparent in IE and were
indicative of poor coding such as failing to delcare align="center" in a
table cell while expecting the contents to center themselves. Yeah, I use
tables even though it's frowned upon in "modern" web design.
Anyway, I have tried using... theWaitCell.style.display = "none" in the
iframe onload event handler.
It still works in IE7 but not in FireFox 3.
I added an alert(); to the function iframe_onload() and discovered that in
FF the Alert box doesn't
even display. It appears that FF3 is not respecting the
onload="iframe_onload();" but IE7 is.
Everything I have read indicates that FF should have no problem with the
IFrame onload event.
This is becoming very perplexing for what should be a simple issue.
Any idea why the iframe onload event is not firing in FF?
"Mark Rae [MVP]" <> wrote in message
news:...
> "John Kotuby" <> wrote in message
> news:...
>
>> Can anyone tell me why this doesn't work in FireFox?
>
> As Bruce has explained, FireFox is working correctly - it is IE which is
> out of kilter with the industry standards...
>
> If you are developing public websites and are interested in cross-browser
> compatibility, testing against IE (especially IE6) is one of the worst
> things you can do...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net