CODIGO FORMULARIO Y SCRIP QUE EJECUTA LAS FUNCIONES DE PEDIDO
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { background-image:url(imagenes/fondo.gif); } .abc { font-family: "Blackadder ITC"; } </style> <script src="carrito.js"> </script> </head> <body> <marquee class="abc"><font color="#FFFFFF" size="+4">Bienvenidos a la huerta en casa haga su presupuesto sin compromiso</font></marquee> <br /> <table width="836" cellspacing="0" align="center" cellpadding="0"> <tr> <tr> </th> Tomate de exquisito <br /> </tr> <tr> </th> Tomate de exquisito <br /> </tr> <tr> </th> Tomate de exquisito <br /> </tr> <tr> </th> Tomate de exquisito <br /> </tr> </tr> </table> <table width="845" height="165" cellspacing="0" align="center" cellpadding="0"> <tr> <form name=pedido> <input type=checkbox name=revista1 value=1.95> <font color="#FFFFFF">Tomate rosa:</font> | <font color="#FFFFFF">Cantidad:</font> <input type=checkbox name=revista2 value=1.95> <font color="#FFFFFF">Tomate Pera:</font>| <font color="#FFFFFF">Cantidad:</font> <input type=checkbox name=revista4 value=1.95> <font color="#FFFFFF">Tomate Cherry:</font>| <font color="#FFFFFF">Cantidad:</font> <input type="reset" value="Borrar datos"> </form> </th> </tr> </table> </body> </html>