
07/11/2003, 11:07
|
 | | | Fecha de Ingreso: mayo-2002
Mensajes: 37
Antigüedad: 22 años, 9 meses Puntos: 0 | |
echo "<form action='$_SERVER[PHP_SELF]'>";
echo "<input type='button' value='refrescar pantalla'>";
echo "</form>";
También puedes usar el tag de imagen:
<input type="image" src="images/boton.gif"> |