% 'www.dialawebsite.co.uk %> <% dim mySQL, connTemp, rsTemp 'on error resume next ' if customer already login pIdCustomer=getSessionVariable("idCustomer",0) if pIdCustomer<>0 then response.redirect "commerce_customerUtilitiesMenu.asp" end if ' get settings pDefaultLanguage = getSettingKey("pDefaultLanguage") pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode") pCurrencySign = getSettingKey("pCurrencySign") pDecimalSign = getSettingKey("pDecimalSign") pCompany = getSettingKey("pCompany") pCompanyLogo = getSettingKey("pCompanyLogo") pAuctions = getSettingKey("pAuctions") pListBestSellers = getSettingKey("pListBestSellers") pNewsLetter = getSettingKey("pNewsLetter") pPriceList = getSettingKey("pPriceList") pStoreNews = getSettingKey("pStoreNews") pOneStepCheckout = getSettingKey("pOneStepCheckout") pForgotPassword = getSettingKey("pForgotPassword") pAllowNewCustomer = getSettingKey("pAllowNewCustomer") pRedirectUrl = getUserInput(request.querystring("redirectUrl"),150) validateForm "commerce_customerAuthenticateExec.asp" %>
<%=dictLanguage.Item(Session("language")&"_customerauthenticateform_6")%>
| |