sometime IE it's very very special ¬¬

try this and i hope that works

Element.update("filter-box",transport.responseText);

On Nov 28, 2007 3:33 PM, Woodham, Thomas <[EMAIL PROTECTED]>
wrote:

>
> Thanks for the ideas.
>
> I switched onSuccess to onComplete and it didn't affect anything.
>
> > Do any of your alerts fire in IE, or does nothing at all work at all?
> > Can you try adding Firebug Lite to the mix and see if it flags anything
> for you?
>
> In both browsers,
>
>        alert ('filter-box should now be updated.\n\n' +
> transport.responseText);
>
> is fired as expected complete with the source code I'm looking for.  The
> odd thing to me is the update statement fails to fire in IE only.
>
> >                 $('filter-box').update (transport.responseText );
> >                 alert ('filter-box should now be updated.\n\n' +
> > transport.responseText);
> >             } else {
> >                 alert ("I couldn't find the filter-box div.");
> >             }
> >         },
> >     onFailure: function () {
> >             alert ('Unable to draw filter.');
>
>
> Thomas Woodham
> Data Editor - The Greenville News
> 864.298.4302
>
> [BECAUSE THE NEWS NEVER STOPS]
>
>
> -----Original Message-----
> From: [email protected] [mailto:
> [EMAIL PROTECTED] On Behalf Of Walter Lee Davis
> Sent: Wednesday, November 28, 2007 3:33 PM
> To: [email protected]
> Subject: [Rails-spinoffs] Re: unable to update div in IE
>
>
>
> On Nov 28, 2007, at 12:32 PM, Woodham, Thomas wrote:
>
> >     onSuccess: function (transport) {
>
> Also, try making this onComplete, and see if it makes any difference.
>
> Walter
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to