Reload Page After Table Updating - Client Script

Snow Tomcal
Tera Expert

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

Snow Tomcal
Tera Expert

I used this line in an onload script so it creates a loop ðŸ˜…