All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Nadir wrote:Could it possible to change width and height on report generated by Log Analyser when I check create charts inserts links in report?
Width and height of what? Window? Image?
If you want to change width and height of image, you should specify them in Report manager window -> chart setting area -> Image width, Image height input boxes.
Nadir wrote:
winId = window.open('','newwin','width=420,height=320');
You are not allowed to change window size, because that code is generated automaticaly, according to image width and height (image width+20px,image height+20px). Hence, if you want to change window width and height, you should change image width and height.
I assume, the cause of problem lies in your IE settings. Could you check it?
To do that you should go IE menu > Tools > Internet Options. On General tab you should click on "Accessibilty" button. I guess, you have checked some of those checkboxes in? Try to uncheck all of them and try reload log Analyser chart window.
Looks like I have found the bug. "Center" tag is not closed correctly. It might be a reason. Try to replace "/center>" with "</center>" manually. Is it shown correctly?
HTML codes always use this size 'width=420,height=320' but not size comes from Log Analyser charts settings.
Not really. Log Analyzer uses code like width=(ChartWidth+20),height=(ChartHeight+20).
Probably you are using your own custom header for the report? Then you should modify your header file manually.
Or may be you are using some old version of Log Analyzer?