%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
| <% 'if session("login_name") ="" and session("password") = "" then 'response.Redirect("login.asp") 'end if temp = request.Form("payment_mode") if temp = "cheque_dd" then response.redirect("cheque_payment_details.asp") end if if temp = "online_payment" then response.redirect("online_payment_details.asp") end if %> |