a page that show as showModalDialog don't return value.
- by Navid Farhadi
I have a page that i want to show it modally by
returnval = window.showModalDialog(pagename, winArgs, winSettings);
When page postback internet explorer opens a new page so i use below code in page's HEAD
<base target=_self>
and now it don't return value.
It work in firefox and don't work in ie and chrome.