Plot No: 1, Vaigai Industrial Park, Ayyankottai, Thanichiyam Post, Madurai - 625 221.
Email us at
sales@hpcords.com
Call us at
+91 9244236565 +91 +91 9244246565
Contact Form
function refreshCaptcha()
{
var img = document.images['captchaimg'];
img.src = img.src.substring(0,img.src.lastIndexOf("?"))+"?rand="+Math.random()*1000;
}
function validateCaptcha(){
alert("Enter the Captcha Code");
}