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     [SOLVED] Disable browser's 'Back' Button ?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Disable browser's 'Back' Button ?
 Login/Join
 
Gold member
posted
Has anyone discovered a way to disable the browser's 'Back' Button to prevent users from accidentally using it ?

I've done this myself, and I'd think I should know better, but it's a hard habit to break !

So, is there a way to lock it ?

This message has been edited. Last edited by: Kerry,


WF 7.6.4 & 5.3
Charles Lee
 
Posts: 93 | Registered: June 17, 2008Report This Post
<JG>
posted
You can do this if you incorporate window.history.forward(1);
into the calling webpage and use HTMLFORM as the presentation method

-DEFAULTS &COUNTRY='$*';
-RUN

TABLE FILE CAR
PRINT CAR MODEL SEATS
BY COUNTRY
IF COUNTRY EQ '&COUNTRY'
ON TABLE HOLD FORMAT HTMTABLE
ON TABLE SET STYLE *
TYPE=DATA,COLUMN=COUNTRY,COLOR=RED,STYLE=BOLD+ITALIC,$
TYPE=DATA,COLUMN=CAR,COLOR=CYAN,STYLE=BOLD,$
TYPE=DATA,COLUMN=MODEL,COLOR=YELLOW,STYLE=BOLD,WHEN=SEATS GT 4,
FOCEXEC=CARINST2(MODEL=N3),TARGET=_self,$
TYPE=DATA,COLUMN=SEATS,STYLE=BOLD,$
END
-HTMLFORM BEGIN
<HTML>
<HEAD>
<Script>
window.history.forward(1);
</Script>
</HEAD>
!IBI.FIL.HOLD;
</HTML>
-HTMLFORM END
  
 
Report 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     [SOLVED] Disable browser's 'Back' Button ?

Copyright © 1996-2020 Information Builders