Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/03/2005, 09:01
dtpick
 
Fecha de Ingreso: febrero-2005
Mensajes: 9
Antigüedad: 19 años, 2 meses
Puntos: 0
Como se q bonton estoy pulsando???

Hola!!
En el codigo tengo dos botones y me gustaria saber cual es el boton q pulso para asi llamar una pagina php.

html>
<head>
<tittle><h1><hr>
Lista de Peliculas
</h1></tittle>
</head>

<body bgcolor = "Orange">
<form action = "Principal2.php" method = post>
<?
echo "<input type = 'submit' value = 'Listado'>";
echo "<br>";
echo "<input type = 'submit' value = 'Ordenar por Título'>";
echo "<hr>";
?>
</body>
</html>

Gracias.