- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:35 AM
When the following process is executed as a UI action, an Excel file created on 4/16/2025 will be downloaded.
When executed in the Chrome browser, the download tab closes, but for some reason it remains open in Edge...
It doesn't seem like there's an error, but does anyone know the cause?
※When clicked "prb_test();"
function prb_test() {
top.window.open('/problem_list.do?EXCEL&sysparm_fields=number&sysparm_query=sys_created_on=2025-04-16');
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 09:22 AM
I don't think it's because of the sysparm_query as it's the same in both the browsers.
It's the way how each browser handles the download
You can verify it in firefox if required.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 07:49 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader