Sorry, to clarify, safari blocked the window.open call even even
though it was made via a synchronous request.
On Thu, Feb 21, 2008 at 1:19 PM, Andrew Kaspick <[EMAIL PROTECTED]> wrote:
> I had this approach working in FF and IE, but safari still blocked the
> call even if it was synchronous. Do you find the same thing?
>
>
>
> On Thu, Feb 21, 2008 at 11:41 AM, Ned Schwartz <[EMAIL PROTECTED]> wrote:
> > Thanks!
> >
> > I am using the asp.net ajax script manager to handle ajax requests in this
> > app... not sure if there is an synchronous switch or not but I will look in
> > to it
> >
> > Ned
> >
> > On Thu, Feb 21, 2008 at 4:32 AM, GarethAtFlignet
> > <[EMAIL PROTECTED]> wrote:
> > >
> > > <laughs>
> > >
> > > sorry I meant: asynchronous: false :
> > >
> > > new Ajax.Request(theURL, {
> > > asynchronous: false,
> > >
> > > onSuccess: function(transport) {
> > > window.open();
> > > }
> > > });
> > >
> > >
> > >
> > >
> > >
> >
> >
> > > >
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---