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.
I have 14 frames on an HTML composer page. Each frame launches a graphic. My problem is that the HTML composer page opens in the middle of the page, not at the top. How do I get the page to open at the top?This message has been edited. Last edited by: Kerry,
Release 8.2.1 Microsoft Server 2012R2
Posts: 11 | Location: Kentucky | Registered: February 06, 2007
Windows ( or internet-explorer, choose your culprit ) opens new windows at the location ( and size ) where the user last left it.
You see this behaviour on any website that spawns new browser-windows.
The user can 'store' this size and location by hold shift while closing the window ( click on the [x] )
There is no build in solution in WebFocus to customize it.
I know it possible to set the width and height ( and even location ) in Jscript. Technically it should be possible to hack WF's .js routines and add you custom size and location.
But I don't know which .js to 'attack'.
In sort. Not available in WF, but it should be possible.
Greets,DaveThis message has been edited. Last edited by: Dave,
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
The HTML Composer page will scroll to the object whose tab index is first in the tab order. So you need to make sure your tab index values for the objects at the top of the page are first in the tab order.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com
Thanks for taking the time to help me out, but I tried both of these suggestions early on. Unfortunately, this HTML page continues to open in the middle. Any other suggestions?
Ron
Release 8.2.1 Microsoft Server 2012R2
Posts: 11 | Location: Kentucky | Registered: February 06, 2007
Perhaps you are getting a cached version? Clear the browser cache.
David Glick Director WebFOCUS App Studio and WebFOCUS Developer Studio WebFOCUS Division Information Builders, Inc. Direct (917) 339-5560 Voice Mail (212) 736-6250 x3560 Fax (212) 947-5168 Email david_glick@ibi.com