cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with IE8.0 and navigation to other url.

Former Member
0 Kudos

Hi.

I have a problem with a BSP application where I navigate to a service provider where the user enters some data end then returns to the BSP application. Now this problem only occurs in IE8.0

The BSP application uses a standard default.htm page and the MVC pattern.

From the controller in the BSP I use:

me->navigation->goto_page( url = w_dibs_url session = me->server->session_id ).

The user then navigates to the page, which works fine, but when interacting with the page, for example pushing a button the BSP application ends, just like if you would push F5 (refresh in IE).

Now this problem only occurs in IE8.0, when I set IE in compatibility mode it also works fine, but this is not an solution for me, because then all the users should be aware of this problem.

Has anyone got any ideas of what is causing the problem? I canu2019t find any SAP NOTE on this.

Any ideas on who to fix this?

Regards Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

Made a work around so that IE8.0 no longer fails. Instead of navigating to other page, I opened the page in another window and when returning to my BSP application, I just redirected to the BSP and closed the window.

This solution works fine with IE8.0, but I am still interested to know why the other approach doesnu2019t work in IE8.0 but in IE7.0.

Regards Michael