a simple java script is an ans
<script language = "javascript"> function refreshPage() { // refresh after 10 sec settimeout( "window.location.reload();" , 10000 ); } </script> <body onload="refreshPage()"> </body> -----Original Message----- From: Gast, Thorsten [mailto:[EMAIL PROTECTED]] Sent: 17 October 2001 15:41 To: [EMAIL PROTECTED] Subject: Automatic refresh > Hi, > > on my site I display content which can change within some seconds. Is > there a possibility > a) to inform the client when content has change > or > b) to make an automatic refresh of the page > > greetings > Thorsten ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html