Hi
I have been using PHPRunner for a few years now and and decided to update to the latest version and rebuild an existing project.
The problem I am having is that the javascript from my old build is remaining in the cache of the users browser.
It is easy to clear this on my own computer but I don't want the hassle of asking all my users to clear the browser cache for my website.
I have been looking at adding a version number to my javascript source files which should force the browser to reload the cached file. (apparently) - So the link to the file would be for example: <script language="JavaScript" src="include/runnerJS/RunnerAll.js?v=1.01"></script> - with the version number appended to the file path.
The javascript is located on one of my tables' 'JavaScript OnLoad Event'
The problem is, I don't know where in PHPRunner i could add a version number to the core javascript files.
Any help would be greatly appreciated.
Thanks
Paul