TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anand Anand
NA
2
423
In Visualforce page, Attached code is available. where Expo
Dec 6 2019 8:34 AM
In Visualforce page,
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.
Reply
Answers (
1
)
What is OOPS please explain it proper way . ?
Jquery ajax call in one domain,image saving in other domain