Donal
August 11th, 1999, 01:50 PM
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
Thanks,
DONAL
|
Click to See Complete Forum and Search --> : Browser Frame Donal August 11th, 1999, 01:50 PM 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 DAVID DONG August 16th, 1999, 12:09 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |