cancel
Showing results for 
Search instead for 
Did you mean: 

Applet Over DIV tag problem

Former Member
0 Kudos

Hi,

we are using Div tag along wth applet. While loading we want to freeze the screen. so we set width and height for DIV tag. All textboxes and other thngs are going behind the DIV but not working for applets like Browser, Grid. Applets are coming over the DIV tag when freezing. We set the high Z index forApplet div and low for freezing DIV and also tried in reverse. But it is not working..

How to solve this problem?

Regards,

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem is that applets are not part of the DOM. This is why most commonly; iframes are used whenever you need to "dynamically" need to manipulate a MII applet. You may be better off using an XSLT style sheet transform or AJAX / Javascript framework so that you can more precisely control your grids.

Some people have tried using OBJECT tags instead of APPLET but I haven't heard of much success in this route.