add the following to your html body
   <script LANGUAGE='JavaScript'>
   setTimeout('location.reload(true)',1000);
   </script>
   This will relaod the page every second.
   Binu
   [EMAIL PROTECTED]
   My requirement is to execute a servlet whenever a html page is
   viewed. i
   have written a servlet which returns a 1 x 1 image. i am invoking
   this
   servlet from the img tag. the problem here is the servlet gets
   executed
   only the first time and not when the
   html page is opened more than once. this may be because the browser
   caches the images when the html page is opened the first time. does
   anybody know of a way by which we can instruct the browser NOT to
   cache
   images and get them from the web server everytime the html page is
   opened.

   Thanks and Regards,

   Javed

   _____________________________________________________________________
   ______
   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

Reply via email to