Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/08/2008, 13:51
pakorochamx
 
Fecha de Ingreso: julio-2008
Mensajes: 5
Antigüedad: 15 años, 9 meses
Puntos: 1
parametros....

Hola todos:
Estoy tratando de enviar parametros a esta hoja de php que estoy llamando con una funcion de javascrip, estoy utilizando el metodo POST, pero no llegan estos parametros en inicio_sesion.php.

Es valido lo que estoy haciendo?
Cual es la menra correcta de enviar estos parametros?

Por su ayuda mil gracias.

<html>
<body>
<form name="presentacion" method="POST" action="javascript:loadurl('php/inicio_sesion.php','contenido')">
<table align="center" border="2" summary="Table de Usuarios" style="background-color: #c0c0c0;">
<tr align="center" bgcolor="#ffffff"><td colspan="4" ><h2>REGISTRARSE</h2></td></tr>
</tr>
<td>
<label for="login">Login</label>
<input id="login" name="login" type="text" type="text" size="20" value=""><br>
</td>
<td>
<label for="clave">Password</label>
<input id="clave" name="clave" type="password" type="text" size="20" value=""><br>
</td>
<tr><td height="33" colspan="4" align="center" >
<input type="submit" name="submit" size="30" value="submit">
</td></tr>
</table>
<br><br><hr size="3">
<br>
</form>
</body>
</html>