% Option explicit dim LatestVersion, LatestDate, Version LatestVersion ="3.4.1" LatestDate = "June 1, 2003" Version = request("Version") if len(Version) = 0 then Version = "Nothing" %>
WADSNET Medic 
| Latest version: | <%=LatestVersion%> |
| Date: | <%=latestDate%> |
| Your Version: | <%=Version%> |
| Recommendation: | <% if Version = "Nothing" then response.write "Install the latest version. See installation instructions below!" elseif lcase(LatestVersion) = lcase(Version) then response.write "Nothing. You have the latest version!" else response.write "Uninstall the previous MEDIC and upgrade to the latest! See upgrade instructions below." end if %> |
| Release Notes: |
|
| Download Link: | Click here --> ftp://support.wadsnet.com/medic/medic341.zip Note: Only WADSNET Customers can download from this site |
| Installation instructions: |
|
| Upgrade Instruction: |
|
| Support: | Email all support and bug issues to support@wadsnet.com. Please include MEDIC version. |