Problem with showModalDialog when postback!
Dear all! I use showModalDialog to display form get data. When click button to开发者_StackOverflow中文版 postback server, IE auto open new window. Anh when choose data, it has close, but popup don't close and return value. Please held me. Thanks all! Best regard.
@sibe,
Please add <base target="_self" /> tag in 'head' part of your dialog page.
Regards
Lalit Dwivedi
Some times target=self is not handled properly because of response.write statements in the code file,try removing them and try again
精彩评论