Can anyone tell me if it is possible to get the parent Frame of an Applet? I need this so that I can create a dialog which is "Browser-Modal" and not just "Applet-Modal".
Thanks,
DONAL
Printable View
Can anyone tell me if it is possible to get the parent Frame of an Applet? I need this so that I can create a dialog which is "Browser-Modal" and not just "Applet-Modal".
Thanks,
DONAL
In IE you can get one, but In other Broswer,
You should println(TheParent) to see if it is your need parent, for sometime it just is null
when you use getParent() method.
Hope be helpful.
This is from david dong.