Are you serving these XYZ files from a web server?  If so, is it
possible to get the web server to set a Cache-Control header for the
XYZ files, so they're never cached?  Under Apache, you'd need
something like the following in .htaccess:

<Files "*.xyz">
Header append Cache-Control "no-cache"
</Files>

Just an idea...I'm not an expert in web server administration (or
really experienced at all), so you may need to spend some time with
the manual for your web server.

MZ

On Thu, Apr 2, 2009 at 9:23 AM, benjamin liagre
<[email protected]> wrote:
> Hi,
>
> I am a french student in an engineering school which is specialized in
> computer science and I am going to create a web site to show phonon's
> effects.
>
> I have a problem and I don't find the solution:
>
> I have a file (file.xyz) and I load it in the Jmol Applet. Until now, there
> is no problem. With a little program, I modify this file.xyz and the web
> page refreshes. I want to see the modelisation of the latest version of
> file.xyz but it is not possible, I always see the previous version.
> I can try again, I always have the same result: it is the first version of
> my file which appear on the Jmol Applet...
>
> Can you help me?
>
> Best regards
>
> Benjamin
>
> ________________________________
> Découvrez toutes les possibilités de communication avec vos proches
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>

------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to