cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Explorer Title for WD application

Former Member
0 Kudos

Dear Gurus,

I have developed a WebDynpro(Java) application and when I execute this I get the Internet explorer title as name of my WD app(ProcessOrderApp). How can I customize the HTML title to be displayed on the Internet explorer for my WD application. Please let me know your ideas here.

P.S : In HTML terms, I am looking to customize the <TITLE> </TITLE> tag.

Thanks!

Surya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use IWDWindow.setTitle(String).

Armin

Former Member
0 Kudos

Armin,

Thanks for your suggestion. As I have got only one Window, I have gone to the properties of that window and given a value to the title and it reflected on the browser without using the IWDWindow API.

Thanks!

Surya.

Answers (0)