Refresh/Reload the page automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2022 08:28 PM
I'm having trouble with the portal. When I click the reopen button, a popup window with a submit and cancel button appears. The cancel button works, but when I click the submit button, nothing happens. However, if I refresh the page and then click the submit button, everything happens. I've tried using window.location.reload(); to do this, but it doesn't seem to work.
Please provide me with any other suggestions about how to reload the page so that I can submit.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2022 01:00 AM
Hi,
did you debug this?
Are you sure the code is reaching that line -> window.location.reload();
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2022 04:16 AM
yes