Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <FORM target=_blank action="https://www.cuentadigital.com/api.php" METHOD="get" ACTION="mail2.php" METHOD="post">
  2.  
  3. <input type="hidden" value="577201" name="id">
  4. <input type="hidden" value="2" name="venc">
  5.  
  6. <center>
  7. <p> <input= width="280">Nombre y Apellido:</p>
  8. <p><input type="text" name="codigo" size="35" class="red"></p>
  9. <br>
  10. <p> <input= width="280">E-Mail:</p>
  11. <p><input type="text" name="hacia" size="35" class="red"></p>
  12. <br>
  13. <p> <input= width="280">Nombre del juego:<br></p>
  14. <p><input type="text" name="concepto" size="35" class="red" autocomplete="off"></p>
  15. <br>
  16. <p> <input= width="280">Precio (en pesos):<br></p>
  17. <p><input type="text" name="precio" size="35" class="red" autocomplete="off" onkeypress="return valida(event)"></p>
  18. <br>
  19. <p> <input= width="280">Link de la pag. tienda del juego:</p>
  20. <p><input type="text" name="link" size="35" class="red" autocomplete="off"></p>
  21. <br>
  22. <p> <input= width="280">
  23. <input type="submit" value="Comprar" style='width:80px; height:23px' class="red"></p>
  24. </center>
  25. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement