Postback in Popup Window Opens a New Browser

  • Thread starter Thread starter Amir Shaz
  • Start date Start date
A

Amir Shaz

Hi,
Ive a requirement to display the details in a Modal
Window. I open that window using JavaScript and it
displays the required details. I need to save these
details. For this purpose, Ive placed a Button on the
details form which fires a Post Back. This Post Back opens
up a new window.

Any help, will be appreciated.

Amir
 
Include this base tag in the head section of the popup page. It
prevents the reposting of this window form opening new windows

<base target=_self>
 
Back
Top