Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     TOOL BARS SHOULD BE REMOVED IN THE HTML OUTPUT PAGE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
TOOL BARS SHOULD BE REMOVED IN THE HTML OUTPUT PAGE
 Login/Join
 
Platinum Member
posted
Can we make any change in the following html code so that the top menu/tool bars in the html output page can be removed and only the report output should be seen.



-HTMLFORM BEGIN
<HTML>
<HEAD>
<TITLE>YTD Reporting</TITLE>
<SCRIPT LANGUAGE="JavaScript">
function newRaisedWindow() {
    window.resizeTo(300,300)
 window.moveTo(100,100)

}

</SCRIPT>
</HEAD>
<BODY onload=newRaisedWindow()>
<B>!IBI.AMP.YTDDISP;</B>

<FORM>

</BODY>
</HTML>
-HTMLFORM END



WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report This Post
Expert
posted Hide Post
Hi focuzsambit,

Is this more of a JavaScript question, rather than WebFOCUS? If so, you may want to check some other boards that are more specialized in JavaScripts.

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Platinum Member
posted Hide Post
don't u think that the webfocus guys roaming around in this forum are also html-js experts Winky

tks/sam


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report This Post
Expert
posted Hide Post
function newRaisedWindow(url,winname)
{
window.open(url,
winname ,
"width=600,menubar=yes,scrollbars=yes,resizable=yes, top=60, left=200, height=600");
if (window.focus) {newwindow.focus()
}
Change the =yes to =no, as you choose.
Go to Javascriptkit.com for more.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Virtuoso
posted Hide Post
Sam,
The ONLY moment at which you can control what the browser window will look like in terms of menu/tool/status bar and such is when you're opening a new window. Once a window is opened, there is no wat these things can be changed any more.
Sorry.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     TOOL BARS SHOULD BE REMOVED IN THE HTML OUTPUT PAGE

Copyright © 1996-2020 Information Builders