
10/04/2006, 06:33
|
| | Fecha de Ingreso: octubre-2005
Mensajes: 778
Antigüedad: 19 años, 6 meses Puntos: 1 | |
Instalé PHP 5 y las llamadas a URL no se ejecutan <FORM name="form_reg" method="POST" action="http://www.mundobvar.com/registro.php">
<TABLE>
<TR>
<TD>
<div style="font-size: 11px; font-face: Tahoma" align="left">
Login
<input name="login" type="text" size="12" maxlength="12">
Password
<input type="password" name="password" size="12" maxlength="12">
<input type="submit" value="Entrar" name="Entrar">
<input type="button" value="Suscríbase" name="suscripcion" onclick=location='http://www.mundobvar.com/suscripcion.htm'>
</div>
</TD>
</TR>
</TABLE>
</FORM>
Al accionar el botón de "Entrar" se abre un cuadro de diálogo para guardar o abrir el archivo .php
Creo que me falta alguna configuración del php. |