parent window information

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CSharper

    parent window information

    Could some one tell me the difference between how popup window and new
    window get parent information?
    Thanks.
  • bruce barker

    #2
    Re: parent window information

    you will have to explain what you mean by popup and new window. what
    browser commands are you using?

    in the browser you can open a new browser window with window.open, or
    specify a target on an anchor. both get parent info via window.parent

    -- bruce (sqlwork.com)

    CSharper wrote:
    Could some one tell me the difference between how popup window and new
    window get parent information?
    Thanks.

    Comment

    • bruce barker

      #3
      Re: parent window information

      typed too fast, sorry, it window.opener

      -- bruce (sqlwork.com)

      bruce barker wrote:
      you will have to explain what you mean by popup and new window. what
      browser commands are you using?
      >
      in the browser you can open a new browser window with window.open, or
      specify a target on an anchor. both get parent info via window.parent
      >
      -- bruce (sqlwork.com)
      >
      CSharper wrote:
      >Could some one tell me the difference between how popup window and new
      >window get parent information?
      >Thanks.

      Comment

      Working...