Guest_imported
New member
- Jan 1, 1970
- 0
I need to show report in the new maximized window.
The script I use is not reliable:
var w_scr = screen.width;
var h_scr = screen.height;
here = open('report.asp','report','width=' + w_scr + ',height=' + h_scr + ',left=0,top=0,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=no,directories=no,location=no');
The script I use is not reliable:
var w_scr = screen.width;
var h_scr = screen.height;
here = open('report.asp','report','width=' + w_scr + ',height=' + h_scr + ',left=0,top=0,toolbar=no,scrollbars=yes,resizable=no,menubar=no,status=no,directories=no,location=no');