I am using the following code to open a printer friendly window
var dlgStyle = "scroll:on;stat us:no;resizable :yes;help:no;di alogHeight:680p x;dialogWidth:9 00px;";
var retVal = window.showModa lDialog( "Dialog.do?dlgT itle=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:on;stat us:no;resizable :yes;help:no;di alogHeight:680p x;dialogWidth:9 00px;";
var retVal = window.showModa lDialog( "Dialog.do?dlgT itle=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
Comment