Hi,

I have this code working in Firefox.

<script type="text/javascript">

var updater = new Ajax.PeriodicalUpdater('cres_taps_table', 'scrc?
ajax_show_cres_taps=1',
    {
        method: 'get',
        frequency: 10
    });
</script>

It runs every 10 seconds and it's fine.

In IE, it runs once, and then never runs again. That is, in IE7. I
haven't yet tried in IE6.

Help appreciated in troubleshooting.

Thanks,
Mike


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