% '******************************************************************************************************* 'Copyright Askia SA (c) 1994-2013 '******************************************************************************************************* dim g_strThisPageName dim g_strInternalName dim g_strBroker dim g_strDSNName dim g_strTable '******************************************************************************************************* 'Please change the parameters' values below according to the task '******************************************************************************************************* g_strThisPageName="auth.asp" g_strInternalName="***" g_strBroker="***" g_strDSNName=";DSN=***;UID=***;PWD=***" g_strTable="***" '******************************************************************************************************* 'Check functions '******************************************************************************************************* call main sub main() if request("strBrokerPanelId")<>"" then call TryToConnect else call GetLogin end if end sub '******************************************************************************************************* 'Form to enter access code '******************************************************************************************************* sub GetLogin() 'Declaration dim strError strError="" if request("Error")="1" then strError="Unknown access code. Please try again." call ShowHeader %>