View Single Post
  #6 (permalink)  
Old 10-02-2008, 02:51 AM
tdesorbaix tdesorbaix is offline
Zimlet Guru & Moderator
 
Posts: 265
Default

If you want that the count is not for one user, but for all the users of the server, you have to store the value on the server side.
The javascript is executed on the client side, so you can't do it directly in the javascript file.
You ll have to use a jsp page (executed on the server side) for example called in your javascript file.
Reply With Quote