ASP question

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

    ASP question

    Quick question on ASP (still in ASP), if it is a wrong please let me
    know. I am very new to Web development so please bear with me if it is
    something simple.

    I have a asp page which has two frames. From one from I click a link
    which will open a popup page. While I am in the popup page, I need to
    change a value inside one of the base frame.

    This is the code I have

    ParentWin = window.opener

    which sets the window as the parent window and then I am able to
    access the component inside the window. But for some reason, ParentWin
    returns null instead of the parent window?? Could someone help me whu
    would this return null, I thought for a popup page I am supposed to
    use window.opener instead of window.parent??

    Thanks.
  • Mark Rae [MVP]

    #2
    Re: ASP question

    "CSharper" <csharper@gmx.c omwrote in message
    news:70190a12-558b-4fd2-9306-f482b09c2502@13 g2000hsb.google groups.com...
    Quick question on ASP
    Please post ASP-related questions in:
    microsoft.publi c.inetserver.as p.general

    This group is for ASP.NET


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...