Abgeschickt von DaNifty am 16 Dezember, 2008 um 21:51:31
Antwort auf: Re: http://www.supervisioncam.de/tools/minitemplate.txt von John Bolton am 16 Dezember, 2008 um 18:20:25:
: Hi Peter Further to my other email referring to the minitemplate.txt I have modified it to
:
: <head>
: <META HTTP-EQUIV="REFRESH" CONTENT="5">
: </head>
: <!TableEntryStart Max = 1 Type=TS >
: <P align="left"><img src=&ImageName&<!TableEntryEnd>
: </body>
: </html
: and added <META HTTP-EQUIV="REFRESH" CONTENT="5"> to try and refresh the page.The iamge now works.. If I do F5 is changes the image but the auto refresh does not work.. Would appreciate your expertise Regards John
The navigator reads the image from the cache at every refresh. You should write a javascript refresh function using location.href function and passing a random numer as parameter. This "forces" navigator to reload the file from the server.