este es el form
Código:
el tema q el popup no me toma los valores... por las dudas pongo el codigo.<?php if ($idLib == 12) { ?> <form method="post" name="pedido" id="pedido" > <input name="titulo" type="hidden" id="titulo" value="aaaaaaaaaaaa" /> <input name="autor" type="hidden" id="titulo" value="bbbbbbbbbbbb" /> <input name="precio" type="hidden" id="titulo" value="cccccccccccc" /> <input type="image" src="images/adquiera.gif" onclick="MM_openBrWindow('pedido12.php','Pedido','width=400,height=600')" value="Comprar" width="231" height="24" /> </form> <?php } ?>
Código:
creo firmemente que el problema está en el onclick (que hace el popup). $titulo = $_POST['titulo']; $autor = $_POST['autor']; $precio = $_POST['precio']; ..... libro : <?php echo $titulo; ?> - <?php echo $autor; ?> El valor total es: $<?php echo $precio; ?>
tambien probé poner <form onclick....> pero tampoco funciono,
agradezco cualquier consejo