开发者

Problem with showModalDialog when postback!

开发者 https://www.devze.com 2023-02-04 10:04 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消