Top Bar in iFrame when navigating to other screens
When navigating to another screen with clicking on the button, the Top bar is reappears itself again.
(See screenshot below)
Aim would be to hide the #top bar permanently - not reappearing after #navigation to another screen.
Since the Board Reports are going to be implemented in an existing #web #portal. It is not an option to link each screen by a single #iFrame-Link since then we cannot use major BOARD features e.g. #Drill to Screen Function, #transfer selections etc.
Many thanks
Dominik
Accepted Answer
-
Hi Dominik Haas
Currently the header can be disabled on by an url through the parameter: showmenu=false
This solution is perfect to display a single report, but if you have a goto screen action, the header will be displayed, because this option can not be inherited.So, if you want to get this result, all the report must be developed within the same screen or the open screen actions must be controlled by external html code.
On the web config the header cannot be hidedn , doesn't exist a parameter to get the this result.
Regards
Fabio1
Answers
-
IFrames can sometimes trigger security warnings. I wonder if caching on the web server may be an option?
Enable Caching in IIS to Speed Performance | ASPNetFAQ.com: What is ASP.NET?
0