Focal Point
[CLOSED] Full filepath with url shows to user

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2567026196

September 09, 2019, 09:47 AM
JulieA
[CLOSED] Full filepath with url shows to user
This past year we switched form 8105M to 8204.

Today I noticed some unusual behavior.

On each of our tabs, we have a main page. We call it a shell. It links to several other pages.

The shell shows our full folder path with the url in it, but any pages linked to the shell do not.

I've been trying to research the behavior here on the forum, but so far am coming up empty.

Does anyone have any suggestions?

This message has been edited. Last edited by: FP Mod Chuck,


WebFocus 8.2.04
WebFocus 8.2.04

September 10, 2019, 12:33 PM
dhagen
I cannot seem to visualize your problem. Any chance you can post some type of example to demon-straight your problem?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
September 11, 2019, 11:26 AM
Doug
Are you using the "TITLE" tag in the HTML form that's being displayed?




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
September 16, 2019, 09:54 AM
JulieA
Doug,

Thank you for the question. Can you point me in the right direction as to where I would find the "TITLE' tag?

-Julie


WebFocus 8.2.04
WebFocus 8.2.04

September 16, 2019, 11:19 AM
Doug
The TITLE TAG is part of the WebFOCUS style sheet:
  ON TABLE SET STYLE *
INCLUDE [Stylesheet]
... [More Optional STYLE code]
TYPE=REPORT, TITLETEXT='tab name', $ 
... [More Optional STYLE code]

OR, in an HTMLFORM:
<html>
<HEAD>
<TITLE>
TFN LOCAL
</TITLE>
... [More HEADING Tags]
</HEAD>
... [Final HTML Tags]>