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     Page up and page down

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Page up and page down
 Login/Join
 
Gold member
posted
Hi, I have an html page that i build using HTML layout painter in Dev Studio, this page is pretty long because there are a lot of contents. Some users suggested it would be nice if they could use the page up and page down key to navigate the page. Does anyone know the code to do that?

*When the page is launched in Dev Studio, the keys "page up" and "page down" work, but when the page is launched with dashboard, the keys do not work.


WebFOCUS 7.1.6 on Win 2K/IIS 6/ISAPI HTML
 
Posts: 77 | Location: San Ramon, CA | Registered: May 17, 2007Report This Post
Expert
posted Hide Post
I just tried the Page Up and Page Down keys and they worked in Dashboard.

Whatever happened to the 20th Century invention called the scroll bar? Smiler

Here is an example of anchors used to move a web page up or down:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>

<body>

<div style="height: 500px; border: 1px solid green;">
<a name="p1" ></a>
<a href="#p2" >Part 2</a>
Part 1
</div>

<div style="height: 500px; border: 1px solid red;">
<a name="p2" ></a>
<a href="#p1" >Part 1</a>
Part 2
</div>

</body>
</html>


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
Hi Francis,

THank you for the coding. I have put that in my code and it works now. Thanks for your help. Cheers.


WebFOCUS 7.1.6 on Win 2K/IIS 6/ISAPI HTML
 
Posts: 77 | Location: San Ramon, CA | Registered: May 17, 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     Page up and page down

Copyright © 1996-2020 Information Builders