Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the display of a dialog modal box in different versions of IE

Former Member
0 Kudos

Dear All,

I have developed a code in ABAP to display a dialog modal box. Its working fine in the IE7.0. But when i try to run the same code in IE6.0 the modal dialog box is not appearing properly.(i.e. with scroll bars and some external variations). Should i need to change the code to make it work fine in any version of IE. Pls help.

2 REPLIES 2

Former Member
0 Kudos

Hi

U should explain us which kind of program you're developing: anyway you should considere IE7.0 is not certificated for SAP GUI (there's several notes on this problem), so it should be better you arranged your program for IE6.

Max

Former Member
0 Kudos

I have developed a code in BSP and when i am trying to execute it in IE 7.0 its working fine. But when im trying to execute the same in IE6.0 the modal dialog box is not appearing properly. I need to get this issue sorted out as this is very critical. Pls help me out on this.