Cita:
Iniciado por lily_cv Hola chikos tengo una pagina que me abre un popup (aki ingreso mi login y mi psw) este popup(al hacer clik en un submit Ingresar) me abre otra ventana pero esta aparece como popup como hago para que salga normal:
mi script en el boton Ingresar:
on (click) {
txtl=_root.txtl.text;
txtp=_root.txtp.text;
getURL("giros_encomiendas.php", "_parent", "POST");
}
Ayudenme
a tu codigo modificalo asi
Cita: on (click) {
txtl=_root.txtl.text;
txtp=_root.txtp.text;
getURL("giros_encomiendas.php?tuvariable1=txtl&tuv ariable2=txtp", "_parent", "POST");
}
Espero haberte sido de ayuda saludos