fyi Iframe loading works fine, just tested.... the content type issue... I don't have any suggestions at the moment.
On Thu, Nov 6, 2008 at 7:57 PM, Steve Onnis <[EMAIL PROTECTED]> wrote: > Ok i think i have found what the issue is > > The IFRAME i am creating is getting used to push a file for download. IE > doesnt see the text/html content type and does not detect the load event > where as firefox does. > > Any suggestions?? > > Steve > > ------------------------------ > *From:* [email protected] [mailto: > [EMAIL PROTECTED] *On Behalf Of *nwhite > *Sent:* Friday, 7 November 2008 4:10 AM > *To:* [email protected] > *Subject:* Re: iframe load event > > @steve : > > I think the problem is in the next to the last line in IFrame: > iframe.addListener('load', onFrameLoad); > > shouldn't that be addEvent? > > > On Thu, Nov 6, 2008 at 11:47 AM, nwhite <[EMAIL PROTECTED]> wrote: > >> @electronbender : http://mootools.net/docs/Element/Element#IFrame >> >> >> @steve there is a known bug with the onload event on iframes in IE. You >> cannot attach it. It has to be an attribute (onload). I I just took a quick >> look at V 1.21, I maybe wrong but it appears that it does not handle this >> bug. >> >> >> >> >> On Thu, Nov 6, 2008 at 11:27 AM, electronbender < >> [EMAIL PROTECTED]> wrote: >> >>> >>> Forgive my ignorance, but isnt it new Element? >>> >>> On Nov 5, 1:00 pm, Steve Onnis <[EMAIL PROTECTED]> wrote: >>> > Anyone got any suggestions/comments/info on this? >>> >> >> >
