Returning from popup window

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

    Returning from popup window

    Hi all

    I have a popup window with a TreeView, the user checks 1 or more items in
    the TreeView, then clicks the Select button.

    How can I set the window.returnVa lue and return the calling page from
    server-side code? Is it possible? Using the button_Click event.

    Thanks


  • Mantorok

    #2
    Re: Returning from popup window

    It's ok I've sorted it, <base target=_self>.

    Kev

    "Mantorok" <none@tiscali.c o.uk> wrote in message
    news:dc29m4$tvf $1@newsfeed.th. ifl.net...[color=blue]
    > Hi all
    >
    > I have a popup window with a TreeView, the user checks 1 or more items in
    > the TreeView, then clicks the Select button.
    >
    > How can I set the window.returnVa lue and return the calling page from
    > server-side code? Is it possible? Using the button_Click event.
    >
    > Thanks
    >[/color]


    Comment

    Working...