Hi,
I'm in the same fix. I read the wikipedia link above, but I didn't
understand how to relate that to code using Prototype. Could you
clarify what you have done to make your application work?
For reference, my code is:
<script type="text/javascript" language="javascript"
src="prototype.js"></script>
<script type="text/javascript" language="javascript">
obj = new Ajax.PeriodicalUpdater(
'sum_display',
'reader.php',
{
method: 'get',
parameters: {file :
'cache.html'},
frequency: 60
}
);
</script>
Where does the script described in the wikipedia page fit into that?
Thanks in advance for explanations
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---