donna karan
09-15-2004, 06:45 AM
Hello again.
Solving aditional problem, please help.
Everything working all right in IE, but Netscape does not shows scrollbar. It is possible to scroll the popUp window with mouse wheel, but there is not the bar :-(
Thank you!
DK
*****************
var popUpWin=null;
function popUpWindow(URLStr, width, height, left, top)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=ye s,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top+'');
popUpWin.focus()
}
*****************
<a href="javascript:;" onClick="popUpWindow('imagepages/delfina.htm','','scrollbars=yes,width=600,height=600,left=350,top=80')"><img src="images/lupa.gif" width="45" height="37" border="0"></a>
Solving aditional problem, please help.
Everything working all right in IE, but Netscape does not shows scrollbar. It is possible to scroll the popUp window with mouse wheel, but there is not the bar :-(
Thank you!
DK
*****************
var popUpWin=null;
function popUpWindow(URLStr, width, height, left, top)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=ye s,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top+'');
popUpWin.focus()
}
*****************
<a href="javascript:;" onClick="popUpWindow('imagepages/delfina.htm','','scrollbars=yes,width=600,height=600,left=350,top=80')"><img src="images/lupa.gif" width="45" height="37" border="0"></a>