I''m trying to add some AJAX to an asp.net app, and I ran into a
problem with the PeriodicalUpdater not working in IE. I created a
very simple test app that works great in firefox, but in IE nothing
happens.
<div id="CurrentTime">
NOW
</div>
</div>
<script type="text/javascript">
new Ajax.PeriodicalUpdater(''CurrentTime'',
''CurrentTime.aspx'',
{
method: ''get'',
frequency: 1,
decay: 2
});
</script>
CurrentTime.aspx just spits back the current time. I tried changing
the method from ''get'' to ''post'' based on
some of the suggestions on
this list, but that didn''t appear to do anything. I''m
wondering if
maybe it has something to do with trying to mix prototype into
asp.net. Anyone else run into this recently?
Thanks in advance for the help!
Chris
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---