function CheckKeyCode(event) { if(event.which) { // Netscape/Firefox/Opera key_code= event.which; if (key_code < 46 || key_code > 57) { event.returnValue = false; return false; } else { return true; } } else if(event.keyCode) { //IE key_code = event.keyCode if (key_code < 46 || key_code > 57) { event.returnValue = false; return false; } else { return true; } } } function checkspecial(checkfield) { var iChars = "!$%^&()[]\\\';,/{}|\":<>?"; for (var i = 0; i < checkfield.length; i++) { if (iChars.indexOf(checkfield.charAt(i)) != -1) { //alert("yes") return true; } } } function validateFloatKeyPress(el, evt) { var charCode = (evt.which) ? evt.which : event.keyCode; if (charCode != 46 && charCode > 31 && (charCode < 48 || charCode > 57)) { return false; } if (charCode == 46 && el.value.indexOf(".") !== -1) { return false; } if (el.value.indexOf(".") !== -1) { var range = document.selection.createRange(); if (range.text != ""){ } else { var number = el.value.split('.'); if (number.length == 2 && number[1].length > 1) return false; } } return true; } function testvalidate() { if(document.frm_value.txtName.value=="") { alert("Please enter your name."); document.frm_value.txtName.focus(); return false; } else if(document.frm_value.txtEmail.value=="") { alert("Please enter your email."); document.frm_value.txtEmail.focus(); return false; } else if(document.frm_value.x_description.value=="") { alert("Please enter company name."); document.frm_value.x_description.focus(); return false; } else if(document.frm_value.x_amount.value=="") { alert("Please enter numeric values only" + '\n' + "(no special characters are allowed)"); document.frm_value.x_amount.focus(); return false; } else if(checkspecial(document.frm_value.x_amount.value)) { alert("Please enter numeric values only" + '\n' + "(no special characters are allowed)"); document.frm_value.x_amount.focus(); return false; } else if(isNaN(document.frm_value.x_amount.value)) { alert("Please enter numeric values only" + '\n' + "(no special characters are allowed)"); document.frm_value.x_amount.focus(); return false; } else { return true; } } -->


 
Thanks for Choosing Designpresentation.com

DP Associates Inc.


DP Associates is a CAD and graphics service provider based in the USA. Over the past 15 years we have earned the trust of a wide range of clients around the world, from Fortune 500 companies to small businesses and individual consumers.







Please Enter Your Payment Details


Name:
Email:
Company Name:
Order Value (in USD $): ?
Client Code: Optional ?
PO#: Optional
Tracking#: Optional ?
Invoice#: Optional
(Please do not enter special characters like ~, !, @, #, $ etc.)

This is a secured gateway, powered by ECX