Javascript

11/09/2003 - 20:43 por Titon | Informe spam
Saludos,

en un htm tengo el siguiente script

var popUpWin=0;
function popUpWindow(URLStr, width, height)
{
var left = 0;
var top = (screen.height/2) - height/2;
top
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}

popUpWin = open(URLStr, 'popUpWin',
'toolbar=no,location=no,directories=no,status=no,menub
ar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width='+width+',height='+h
eight+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

en el que le mando para que abra una ventana "con scroll" (scrollbar=yes),
sin embargo no me sale el scroll porque???

Grácias

Titon Vega
Quieres visitar Andorra?
www.AndorraLand.com
 

Preguntas similares