Results 1 to 2 of 2

Thread: modal dialog and trip to server

  1. #1

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164

    modal dialog and trip to server

    I have dialog window that uses javascript to return value to main aspx page.

    When dialog window needs to be submitted to server, it does open new window with the same URL as modal one.

    How do I avoid opening new window, but refresh the modal one instead?

    Thank you all.

    Слава Труду.

  2. #2

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164

    RESOLVED Re: modal dialog and trip to server

    One magic line in the <head> takes care of it:

    <base target="_self">

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