Guest User

Untitled

a guest
Nov 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <select id="parcelas">
  2. <option value="1"> ${registro.prod_parc1}</option>
  3. <option value="2">${registro.prod_parc2}</option>
  4. <option value="3">${registro.prod_parc3}</option>
  5. <option value="4"${registro.prod_parc4}</option>
  6. <option value="5"${registro.prod_parc5}</option>
  7. <option value="6"${registro.prod_parc6}</option>
  8. <option value="7"${registro.prod_parc7}</option>
  9. <option value="8"${registro.prod_parc8}</option>
  10. <option value="9"${registro.prod_parc9}</option>
  11. <option value="10"${registro.prod_parc10}</option>
  12. </select><br/><br/>
  13.  
  14. <button type="button" onclick="" class="botao_comprar"><a href="http://localhost:8080/EccomerceJSP2/Carrinho?descricao=${registro.descricao}&valor=${registro.valor}&parcela=">COMPRAR</a></button>
Add Comment
Please, Sign In to add comment