%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' Name: ' Author: David Laverick ' Version: 1.1 ' Copyright Yorkshire IT Solutions 'The following three lines of code are used to ensure that this page is not cached on the client. Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %>