Ver Mensaje Individual
  #10 (permalink)  
Antiguo 10/02/2005, 15:53
Nible
 
Fecha de Ingreso: febrero-2005
Mensajes: 10
Antigüedad: 19 años, 3 meses
Puntos: 0
luego de eso hago esto:

function OpenWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function abreElWindow(){
var cadena = "http://gcueva/scripts/mgrqispi.dll?APPNAME=SPACE&PRGNAME=interface&ARGUM ENTS="+pmUserID+","+pmPassword+",-AP";
OpenWindow(cadena,'SPACE','menubar=0, resizable, height=500, width=750');}