To disable caching of an input css file (or js script file) this
works with every browser:

Either change the file name of the input file
or add a counter value (or timestamp) to the filename,
for example
<link rel="stylesheet" type="text/css" href="/mystyle.css?01234567">

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to