Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2010, 09:03
Avatar de mc_quake
mc_quake
 
Fecha de Ingreso: enero-2006
Ubicación: www.ecocargo.cl
Mensajes: 683
Antigüedad: 19 años, 2 meses
Puntos: 8
Respuesta: Especie de formulario

Código ASP:
Ver original
  1. <%@LANGUAGE="VBSCRIPT"%>
  2.  
  3. <%
  4. Go = int(Request.Form("Go"))
  5.  
  6. If Go = 1 Then
  7.  
  8.     eleccion = int(Request.Form("eleccion"))
  9.  
  10.     If eleccion = 1 Then
  11.         Response.redirect("paginasi.asp")
  12.     ElseIf eleccion = 2 Then
  13.         Response.redirect("paginano.asp")
  14.     End IF
  15.  
  16. End IF
  17. %>
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  22. <title>Documento sin t&iacute;tulo</title>
  23. </head>
  24.  
  25. <body>
  26. <form id="form" name="form" method="post" action="#">
  27.   <strong>Quedo satisfecto con su coche</strong><<br />
  28.       <input type="radio" name="eleccion" value="1" />Si<br />
  29.       <input type="radio" name="eleccion" value="2" />No
  30.       <br />
  31.       <input type="submit" name="Submit" value="Enviar" />
  32.       <input name="Go" type="hidden" value="1" />
  33. </form>
  34. </body>
  35. </html>
__________________
Mc_Quake

Para ayudar en lo que se pueda:Zzz: