Thanks for your reply Mike.

Right, contentWindow is cross-browser. I now realize that my issue is
actually not contentWindow itself, but the events I was trying to
attach.

So, what would be the correct, cross-browser jQuery expression to
attach events to the iframe window? How about this:
$($("#myIframe")[0].contentWindow).bind

Christophe

Reply via email to