
17/10/2003, 13:14
|
 | | | Fecha de Ingreso: abril-2003 Ubicación: Peru
Mensajes: 58
Antigüedad: 21 años, 10 meses Puntos: 0 | |
espero ke te sirva // en un frame colocas el codigo y crea un boton "cenviar" y un texto variable "dato"
objvars = new LoadVars() ;
objvars.onLoad = muestra;
function muestra()
{
_root.dato = this.rpta ;
}
_root.cenviar.onRelease = function() {
objvars.sendAndLoad("ejemplo1.php",objvars,"POST") ;
}
stop();
//en archivo ejemplo1.php
<? echo "rpta=variable" ;
?>
He usado el objeto Loadvars
__________________ Web developer |