On Feb 5, 2008, at 1:16 AM, [EMAIL PROTECTED] wrote:

Is there any function like AJAX.UPDATER in Prototype ??

Or how can I automaticly do AJAX.req in time interval for.ex. 2
minutes ?


Is there a need for plugin? Warning untested code, but you will get the idea.

setInterval( $("#some_div").load("http://www.example.com/some_content.html ", 2000) );


--
Mika Tuupola
http://www.appelsiini.net/

Reply via email to