I tried below code ..Can we do it in other way.
var settings = 'width=650,height=550,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=100,Left=350';
url = page + '?TextBoxID=' + TextBoxID + '&isPostBack=' + isPostback + '&SearchOn=' + SearchOn + '&SearchCriteria=' + SearchCriteria + '&SearchSchemeCode=' + SearchSchemeCode + '&SearchSchemeCodes=' + SearchSchemeCodes + '&DDPOSchemeStatus=' + DDPOSchemeStatus;
var iframe = '
popup = window.open('about:blank','',settings);
popup.document.writeln(iframe)
Replies
Know the answer? Post it — somebody with the same question will find it here.