% Response.Expires = -1000 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" Response.CacheControl="no-cache" setLocale server_locale ppArray1 = Application("Classify_Payment_Config" & strUnique) web_site = Application("Classify_Main_Config" & strUnique)(1) If CStr(session("user_logged_ID" & strSUnique)) = Empty then Response.Redirect "register.asp" amount = Request.Form("amount") If not isNumeric(amount) then Response.Redirect "post_start.asp" If CCur(amount) < CCur(ppArray1(16)) then Response.Redirect "post_start.asp" With Response .Write "
" .Write "" End With %>