Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <form action="javascript:fn_agregar()" ; method="post" id="frm_usu">
  2.  
  3. <table class="table">
  4.  
  5. <tr style="font-size:20px;">
  6.  
  7. <td>
  8. Producto <input style="font-size:20px; font-weight:700;" class="form-control" type="text" id="txtnombreproducto" readonly required />
  9. </td>
  10.  
  11. <td>
  12. Id <input style="font-size:20px; font-weight:700;" type="text" id="txtcodigoproducto" class="form-control" readonly required />
  13. </td>
  14.  
  15. <td>
  16. Precio <input style="font-size:20px; font-weight:700;" type="text" id="txtprecio" class="form-control" readonly required />
  17. </td>
  18.  
  19. <td>
  20. Cantidad <input style="font-size:20px; font-weight:700;" class="form-control" type="text" id="cantidad" value="Ingrese Cantidad" onfocus="this.value = '';" required />
  21. </td>
  22.  
  23. <td>
  24.  
  25. <div class="form-group col-md-12">
  26.  
  27. <div class="col-md-3" style="margin-top:29px;">
  28. <button class="btn btn-primary" name="btnproductos" id="btnproductos">Agregar</button>
  29. </div>
  30. </div>
  31.  
  32. </td>
  33.  
  34. </tr>
  35.  
  36. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement