
27/12/2014, 15:47
|
(Desactivado) | | Fecha de Ingreso: enero-2013
Mensajes: 289
Antigüedad: 12 años, 3 meses Puntos: 10 | |
Respuesta: Url de buscador con valores buscados The method attribute specifies the HTTP method (GET or POST) to be used when submitting the forms:
<form action="action_page.php" method="GET">
or:
<form action="action_page.php" method="POST"> |