Attached code is available. where Export to Excel functionality is not working only in IE11 Browser but for other browser its working.
can any one help me on this.
please refer line code no: 267-274
if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) // If Internet Explorer
{
txtArea1.document.open("txt/html","replace");
txtArea1.document.write(tab_text);
txtArea1.document.close();
txtArea1.focus();
sa=txtArea1.document.execCommand("SaveAs",true,"Portfolio Report.xls");
}
Note: I tried to upload zipfile but post is not creating or updating with attachment file.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Laxmidhar SahooPosted Dec 12, 2019, 10:48 PM