cancel
Showing results for 
Search instead for 
Did you mean: 

Title bar / Tab text in ITS Template

former_member187506
Contributor
0 Kudos

I have a custom Easy Web Transaction that has been converted from External ITS to internal ITS. I am trying to add my own text to the title bar in IE with no luck.

Title/Tab bar reads "SAP GUI for HTML" I want to insert something different.

I have had no luck with the header html tag <titlle> My Title </title> or with setting ~WINDOWTITLE in the gui config on the service.

How can I insert my own title.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello,

There is no parameter to set the title of the page. The title of the page should be the same as what your developer has specified for the tilebar of the page.

Also, I would recommend using ~webgui_simple_toolbar (note 1010519), if you are developing new transactions that you want with the EWT look.

Edgar

former_member187506
Contributor
0 Kudos

It turns out EWT templates are launched through a frameset.

Changing the top frame title can be accomplished with some javascript.

document.top.titlle = "My tittle";