Registro de Garantía
Performance Design, LLC
2350 E. Braniff St.
Boise, Idaho 83716
USA
 

Provee una manera fácil de alistar su garantía "en linea". Es necesario ser en el registro para facilitar las reparaciones si haya problemas en el futuro.

Nota: La información sometida a Performance Design, LLC vía esta forma será mantenida confidencial.

* = Informaciones Obligatorias

Número de serie: *
Número De Modelo: *
Fecha Comprada: *
Nombre Del Distribuidor: *
   
Nombre De Compañía: *
Direccionamiento 1: *
Direccionamiento 2:
Ciudad: *
Estado/Provincia: *
Zip / Código De Postal: *
País: *
   
Nombre Del Contacto: *
Número De Teléfono: - *
  Código De Área
Fax: -
  Código De Área
Email: *
  (es decir johndoe@anywhere.com)

¿Comentarios o sugerencias?
<%=recaptcha_challenge_writer(recaptcha_public_key)%>
<% ' The code below supplied by Mark Short ' returns string the can be written where you would like the reCAPTCHA challenged placed on your page function recaptcha_challenge_writer(publickey) recaptcha_challenge_writer = "" & _ "" & _ "" end function function recaptcha_confirm(privkey,rechallenge,reresponse) ' Test the captcha field Dim VarString VarString = _ "privatekey=" & privkey & _ "&remoteip=" & Request.ServerVariables("REMOTE_ADDR") & _ "&challenge=" & rechallenge & _ "&response=" & reresponse Dim objXmlHttp Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open "POST", "http://api-verify.recaptcha.net/verify", False objXmlHttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" objXmlHttp.send VarString Dim ResponseString ResponseString = split(objXmlHttp.responseText, vblf) Set objXmlHttp = Nothing if ResponseString(0) = "true" then ' They answered correctly recaptcha_confirm = "" else ' They answered incorrectly recaptcha_confirm = ResponseString(1) end if end function %>