CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Browser Frame

  1. #1
    Join Date
    Jun 1999
    Posts
    12

    Browser Frame

    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


  2. #2
    Join Date
    Jul 1999
    Posts
    21

    Re: Browser Frame

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured