|
I opted to have a button on another html page that ran JavaScript to launch our WebFacing site. The code for the html page is as follows: <script> function LaunchWFApp() { var features = "location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=no" ; var url = "http://servername:port/application"; var win = window.open(url, "", features); win.focus(); } </script> ... <input type="button" value="Test BPMS v4.0" onclick="LaunchWFApp()" > HTH ----- Message from Jan Katz <Jan@xxxxxx> on Fri, 22 Dec 2006 10:52:51 -0500 ----- To: WEB400@xxxxxxxxxxxx Subject: [WEB400] Run webfacing project in FULLSCREEN browser window I have webfacing projects that used to run in a FULLSCREEN browser window. This was easy when I had access to index.html and "window.open" control and could add menubar=0, etc. Since upgrading to Development Studio Client version 5.1.2.6 all I have is index.jsp and logon.jsp, etc. Can someone please tell me how to open the project without the menubar, address bar, etc.? THANKS, Jan Katz David R. Sager ITS Project Leader, BPMS Office: (847) 482-2627 Cell: (847) 489-4941 AIM: drsatpca
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.