%@language="javascript"%> <% var strFirstName = Request.Form("firstname"); var strLastName = Request.Form("lastname"); var strLoanAmount= Request.Form("loanamount"); var strLoanType = Request.Form("loantype"); function echo(str){ Response.write(str); } function getDateOptions(){ for(var i=1;i<=31;i++){ echo(""+i+""); } } function getMonthOptions(){ var arrMonths=["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ]; var intNoMonths = arrMonths.length; for(var i=0;i"+arrMonths[i]+""); } } function getYearOptions(){ var objDate = new Date(); var intPresentYear = objDate.getFullYear(); var intStartYear = intPresentYear - 18; var intEndYear = intPresentYear - 90; for(var i=intStartYear;i>=intEndYear;i--){ echo(""+i+""); } } function getLoanTypeOptions(){ var intLoanType = parseInt(strLoanType); var arrLoanType = ["", "Secured", "Unsecured", "Payday/Cash" ]; for(var i=1;i"+arrLoanType[i]+""); }else{ echo(""+arrLoanType[i]+""); } } } %> Application Form - Fast Secured Loans UK Sitemap Contact us Home Home About us FAQs Articles Services Resources News Privacy Policy Terms Application Form Country: UK USA First Name: Last Name: Date Of Birth: Date <% getDateOptions(); %> Month <% getMonthOptions(); %> Year <% getYearOptions(); %> Phone No: Mobile No: Email: Address: Postcode: Loan Purpose: Please Select Debt Consolidation Consolidation & Other Home Improvements Holiday Car Loan Boat Loan Caravan Loan Motorbike Loan Deposit for House Deposit for Other Business Purposes Cosmetic Surgery Christmas Cash Wedding Funeral Debt Management With DM Company Other Loan Type: Please Select <% getLoanTypeOptions(); %> Loan Amount: Status: Homeowner Council Tenant MOD Tenant With Parents Housing Executive Private Landlord Agency Rental Living with Friend Housing Association I have read & accept the DPA Statement US Loan Close