************ sorry in the example I made a mistake:

It should be 1 new and not
new  new Ajax.Updater('div id', '/action_name', {

now on IE 6 we don't get an error message
but it is not doing the ajax stuff with the setInterval

on Chrome Firefox and Flock it is working fine.

On Oct 25, 3:08 am, Shay Ben Dov <[EMAIL PROTECTED]> wrote:
> The method I used doesn't work on IE 6.
>
> If someone can verify that it works on IE 7 I'm not using it
>
> or if I can get a guidance to make it compatible with IE it will be
> excellent.
>
> The reference I used 
> is:http://www.tutorialized.com/view/tutorial/Prototype-and-AJAX-Tutorial...
>
> The example is working on IE 6 the problem is probably with
> setInterval
>
> On Oct 13, 9:21 pm, Davide Rognoni <[EMAIL PROTECTED]> wrote:
>
> > "Ajax Requests"http://docs.jquery.com/Ajax
>
> > "setInterval(func, interval, [args])"
> > Calls the specified "func" (or a JavaScript statement) repeatedly per
> > the "interval" interval, in milliseconds (ie: 1000=every 1 second).
> > "func" must be surrounded in quotations, as if it was a string. Use
> > the optional "args" to pass any number of arguments to the 
> > function.http://www.javascriptkit.com/jsref/window.shtml
>
> > On Oct 13, 1:00 pm, "David Symonds" <[EMAIL PROTECTED]> wrote:
>
> > > On Sun, Oct 12, 2008 at 7:06 PM, Shay Ben Dov <[EMAIL PROTECTED]> wrote:
>
> > > > I wonder is there a way to implement AJAX in an application like the
> > > > easy way it is done in Rails:
>
> > > > you write 1 line in the header to include  Javascript, defaults and
> > > > other
>
> > > > then you issue a simple command in your HTML body like:
>
> > > App Engine is really a much lower level platform than that. You could
> > > probably write your own AJAX stuff like you suggest using JavaScript,
> > > being helped out by a library like jQuery.
>
> > > Dave.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to