![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/12/2014, 15:47
|
(Desactivado) | | Fecha de Ingreso: enero-2013
Mensajes: 289
Antigüedad: 12 años 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"> |