cancel
Showing results for 
Search instead for 
Did you mean: 

How to get internet explorer information

Joseph_BERTHE
Active Contributor
0 Kudos

Hi all,

I would like to get back some information regarding the WD user in the runting time, such as :

- The version of Internet Explorer

- The version of Windows used

- some other somputer client information

Kinds regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Berthe,

Such information do not exposed directly via public WD API.

What I did in several projects when need something like this is:

1. Create start-up servlet (packed in separate regular Web application)

2. In servlet request handler analyze HTTP request headers and transform them to URL parameters of WD application

3. Send redirect to browser with URL of WD application (URL contains all necessary parameters)

4. In WD define matching parameters of start-up plug and analyze them in plug handler.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't think that is possible. One of the key aspects of the web dynpro framework is its client independence. The fact that developers can create applications without being concerned about the clients that are going to use that application.

Regards,

Christophe