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');} |