This is due to Flash's IE limitation where it will only send 1 getURL
request per frame.  Space out your requests over a frame or 2, and it should
work.

On 1/10/06, eric dolecki <[EMAIL PROTECTED]> wrote:
>
> In the past I have relied on javascript. Call up the new page with your
> getURL & in that HTML page's onLoad call a javascript to pop the form
> window. Its hackish but works.
>
> edolecki
>
> On 1/10/06, Chad Mefferd <[EMAIL PROTECTED]> wrote:
> >
> > Hi list,
> >
> > I'm using getURL twice in a function I've written for a button. First
> > to direct the browser to a new page. Second to use javascript to create
> > a pop-up for a registration form.
> >
> > This is working fine and dandy in all browsers I've tested on (both PC
> > and Mac) except for IE on. IE will only perform 1 getURL. Depending on
> > which getURL is first in order. Any ideas why? Any suggestions for a
> > work around?
> >
> > Thanks,
> >
> > Chad Mefferd
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
-------------------------
Lanny McNie
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to