Focal Point
HTML Window setting

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7861026352

October 24, 2007, 03:14 PM
vkrugman
HTML Window setting
I'd like to know how can I control window size when I run a procedure from developer studio by ckicking 'run'? Shoud I specify a setting in htm script? If so, how and where?
Thank you


Valeriya

WebFOCUS 764 Servlet - MRE/Dashboard/Self Service/ReportCaster - Windows 2000
October 24, 2007, 03:34 PM
TryFocus
Hi vkrugman,
By specify window size settings in HTML script.
Procedure goes like this:
I would hold the Table Request in HTMLTABLE format.
Call this HOLD file in HTML Script by using !IBI.FIL.holdfile_name.
You can control the window size by writing a function with onload Event.

Javascript Code:
document.window.height = screen.height - 100 ;
document.window.width = screen.width - 200 ;


Prod: WF 7.6.10 windows. -- MRE/Dashboard/Self Service/ReportCaster - Windows XP
October 24, 2007, 03:46 PM
vkrugman
thanks I'll try that


Valeriya

WebFOCUS 764 Servlet - MRE/Dashboard/Self Service/ReportCaster - Windows 2000