Put the following tags in the <head> </head> section of your webpage - may not work 
for every browser, but should for most. Effectively, it tells the browser to get the 
page from the server every time, and not cache the page to the local computer...

<META HTTP-EQUIV="Cache-Control" CONTENT="no cache">
<META HTTP-EQUIV="Pragma" CONTENT="no cache">
<META HTTP-EQUIV="Expires" CONTENT="0">

Cheers
Dave


-----Original Message-----
From: Édison Andrés [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 23, 2001 11:17 AM
To: Linux Novatos
Subject: [newbie] **offtopic** JavaScript


I made a web page that calls a JavaScript file.

My problem is when I change the JavaScript file, the browser not
download the new archive.

I think if I delete my history, the problem desapear for me.  But what
happen with the other users?

Anybody knows how can I solution this problem for final users?

--
Édison Andrés Rivera Noreña
Ingeniero de Sistemas
Departamento de Informática
Universidad de San Buenaventura
Medellín - Colombia
[EMAIL PROTECTED] 
http://www.usb-med.edu.co/~neos 



-------------------------------------------------------------------------------
David Grubb - Internet / Intranet Content Officer
[EMAIL PROTECTED]       +61 2 9895-7408
Department of Land and Water Conservation
Sydney,  Australia
-------------------------------------------------------------------------------
---------------------------------------------------------

WARNING: This message is intended for the addressee named and may contain 
confidential/privileged information. If you are not the intended recipient, please 
delete it and notify the sender. Views expressed in this messages are those of the 
individual sender, and are not necessarily the views of the NSW Department of Land and 
Water Conservation. You should scan any attached files for viruses.
---------------------------------------------------------

Reply via email to