H
Harvey Tate
I am using the following code to open a printer friendly window
var dlgStyle = "scroll
n;status:no;resizable:yes;help:no;dialogHeight:680px;dialogWidth:900px;";
var retVal = window.showModalDialog( "Dialog.do?dlgTitle=Print
Preview", url, dlgStyle );
However when the window is presented the space for the scrollbar is
there, but there is no actual scroller even though the text/graphics
go off the bottom of the window....
Any help appreciated
Harvey
var dlgStyle = "scroll
var retVal = window.showModalDialog( "Dialog.do?dlgTitle=Print
Preview", url, dlgStyle );
However when the window is presented the space for the scrollbar is
there, but there is no actual scroller even though the text/graphics
go off the bottom of the window....
Any help appreciated
Harvey