pass value from aspx to asp

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

    #1

    pass value from aspx to asp

    Hi
    I am trying to jackleg an old asp application.
    I have an asp page that opens an ASPX page, collects a value and I need to
    pass it back to the asp page.
    The old asp way would be opener.function , anyway to do that in ASPX back to
    asp?

    Thanks
    BrianDH
  • Cor Ligthert

    #2
    Re: pass value from aspx to asp

    Brian,

    As far as I know, just the session.

    Cor
    [color=blue]
    > Hi
    > I am trying to jackleg an old asp application.
    > I have an asp page that opens an ASPX page, collects a value and I need to
    > pass it back to the asp page.
    > The old asp way would be opener.function , anyway to do that in ASPX back
    > to
    > asp?
    >[/color]


    Comment

    Working...