Reload Page After Table Updating - Client Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 12:36 AM
Hi All,
I have a client script that updates a table using GlideAjax. I want to reload the page at the end of the script so that the changes will appear. I tried using
location.reload(true)
but it's loading too many times.
Is there another way to reload the page or a way to run the line above for one reload?
Thanks In Advance 🙂
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2023 12:47 AM
I used this line in an onload script so it creates a loop 😅