23,First floor, 1st main road, Chamrajpet, Bengaluru-18.
Get In Touch
Tell us about your amazing project.We are excited to hear about it.
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");
}