Get the latest software version
......................................................................................................................
This Page contains Sourcecode developed by me and for you to use freely.
It would be nice to get an email telling me that you are using this code.
All code is free to use as they are, with no warranties.


Get New Version
......................................................................................................................
The GetNewVersion include file is a function that will help you to determine if a new version of the sourcecode is avaliable on the webserver for the software.
How does it work?
Just include the GetNewVersion.inc in your project and call the function
GetNewVersion(server,url,key)
Server is the name of the server where you host your html files
URL is the path to be used when opening the html file
Key is the key used in the HTML to store the version number
i.e
GetNewVersion("www.fnoware.st","/wb968497/GlosMaster.html","GlosMasterVersion")
this will retrive teh version of the latest version of GlosMaster. And in the HTML file you just add in the header
<META name=Key content=Version>
i.e
<META name="GlosMasterVersion" content="2.0">