Look that bug:
I use a standard script for displaying a popup with scrollbars for 800x600. No prob with Win XP. But with Win98 or Win2000, the scrollbars never be displayed.
Here the code:
<script language="JavaScript">
<!--
function popupcentree(page,Width,Height,options)
{
var top=(screen.height-Height)/2;
var left=(screen.width-Width)/2;
window.open(page,"","top="+top+",left="+left+",width="+Width+",height="+Height+","+options);
}
//-->
</script>
The window is called by:
<a href="javascript
opupcentree('xxxxx.htm',790,678,'menubar=no,scrollbars=yes,statusbar=no')">imageXXXXXXX</a>
Someone could help me, please? :4-dontkno
I use a standard script for displaying a popup with scrollbars for 800x600. No prob with Win XP. But with Win98 or Win2000, the scrollbars never be displayed.
Here the code:
<script language="JavaScript">
<!--
function popupcentree(page,Width,Height,options)
{
var top=(screen.height-Height)/2;
var left=(screen.width-Width)/2;
window.open(page,"","top="+top+",left="+left+",width="+Width+",height="+Height+","+options);
}
//-->
</script>
The window is called by:
<a href="javascript
Someone could help me, please? :4-dontkno