Getting more precise, i want to generate modal popup(call it A) and in that modal popup i have a button, on click of that button i want to invoke another modal popup(B),during which modal popup A should persist in back. When i close modal popup B, A should get active.
Share
Use jQuery UI. It has native support for dialog-on-dialog.
Take a look at this simple example.