How to update a css file when using the Browser widget

hh hh at hyperhh.de
Sun Nov 4 11:10:44 EST 2018


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">




More information about the use-livecode mailing list