Is there anyway of turning off the status bar when using URL commands?
So you just display the report and nothing else.
So you just display the report and nothing else.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<SCRIPT Language="JavaScript" >
function RunRpt(){
windowprops = "fullscreen=no,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes";
newloc = "[URL unfurl="true"]http://testserver/viewrpt.cwr?ID=14398&apsuser=administrator&apspassword=&apsauthtype=secEnterprise[/URL] "
reportWindow=window.open(newloc,"rptWindow",windowprops);
}
</SCRIPT>