I have the following code:
<script type="text/javascript">
Event.observe(window, 'load', function() {
var updater = new Ajax.PeriodicalUpdater('chatbox',
'chat.php',
{method: 'get', asynchronous: true, frequency: 0.55, decay:
2,
onSuccess: function(){$('chatbox').scrollTop=$
('chatbox').scrollHeight}});
})
</script>
It's for a chat program i'm making, but, the Periodical
Refresh
doesn't work on Internet Explorer. If i send a message from
Internet
Explorer, i won't see the message displayed but Firefox does
see the
message. Anyway, here is the url:
htt
p://www.avecesestoytriste.com.ar/chat/main.php
Please help me, i think that IE only refresh the DIV
('chatbox') one
time and no more.
Thanks
Nico
--~--~---------~--~----~------------~-------~--~----~
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 googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=
en
-~----------~----~----~----~------~----~------~--~---
|