Closed
Solved
How to refresh browser on clcik of a button
Hi Team,
Can anyone let me know How to refresh browser on clcik of a button??
Thanks In Advance.
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi Team,
Can anyone let me know How to refresh browser on clcik of a button??
Thanks In Advance.
Accepted Solution
Hi,
If you have the button included in the portal harness, you can configure it to Refresh-Harness on click.
This will refresh the entire portal . Similar to what happens when you do a browser refresh.
Regards,
Gisela
You can also add the below script in the userworkform:
<script>
function reloadBrowser(){
localtion.reload();
}
</script>
Then on click fn the button configure a Run Script action and set the Fuction Name as reloadBrowser.
Hope this helps!
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.