<% Dim strSuccessMsg Dim strErrorMsg strSuccessMsg = request("successmsg") strErrorMsg = request("errormsg") if LCase(request.form("action")) = "process" then 'Process Login Request Dim intLoginCustomerID Dim strPassWord strPassword = request.form("password") intLoginCustomerID = fLoginUser( request.form("email_address"), calcMD5(CStr(strPassword))) if CInt(intLoginCustomerID) <> 0 then Session("CustomerID") = CInt(intLoginCustomerID) If Request("cookies") = "true" Then 'Store the username and password for later use Response.Cookies("usecookies") = "true" Response.Cookies("usecookies").Expires = "01/01/2020" Response.Cookies("username") = request.form("email_address") Response.Cookies("username").Expires = "01/01/2020" Response.Cookies("password") = Replace(strPassword,"'","''") Response.Cookies("password").Expires = "01/01/2020" Else 'Unset the cookie Response.Cookies("usecookies") = "false" Response.Cookies("usecookies").Expires = Date() Response.Cookies("username") = "" Response.Cookies("username").Expires = Date() Response.Cookies("password") = "" Response.Cookies("password").Expires = Date() End If if Request("accessdenied") <> "" then response.Redirect(Request("accessdenied")) else response.Redirect("account.asp?sid=" & strSessionID) end if else strErrorMsg = "ERROR: NO MATCH FOR EMAIL ADDRESS AND / OR PASSWORD." end if end if %> <% strPageTitle = Application("STORE_NAME") & " Login" %>
<% if strSuccessMsg <> "" then %> <% end if %> <% if strErrorMsg <> "" then %> <% end if %>
<% if Application("TABLE_BACKGROUND_LOGIN") <> "" then %> <% else %> <% end if %>
Welcome, Please Sign In" border="0" alt="Welcome, Please Sign In" title=" Welcome, Please Sign In ">
<%= strSuccessMsg %>
<%= strErrorMsg %>

DMA was relaunched recently with a brand new look, as such you may need to re-register your account, to do so simply click the re-register button at the bottom of this page...

NEW CUSTOMER RETURNING CUSTOMER

I am a new customer....
By creating an account at <%= Application("STORE_NAME") %> you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.

">Continue

I am a returning customer.

> « EMAIL ADDRESS
> « PASSWORD
« REMEMBER MY DETAILS
Password forgotten? Click here.
">

Previous DMA registrants...
DMA was relaunched recently with a brand new look. If this is your first time back to DMA since the relaunch you will need to enter your old login details on our special re-register page to reactivate your account, before you can login above.