Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End from jquery-php-chat (first version) to a simple forum Re: from jquery-php-chat (first version) to a simple forum

#79380
fabrizio
Member

ok… I have done..

state=0; in file chat.js
// getStateOfChat() ; commented in Index.php
+
inside Index.php:
window.onload(){

chatUpdate(); // display all chat.txt….

setInterval (‘chatUpdate()’,100000 ); so my scroll bar works again.

Thanks a lot, for your good job.

bye