Question
Evoke Technologies
Evoke Technologies
IN
Evoke Technologies
Posted: May 14, 2020
Last activity: Jun 14, 2021
Last activity: 14 Jun 2021 7:38 EDT
Closed
Disable Browser Back Button
Hi ,
We need to restrict the user to click browser back button when working on the WO(Processflow/screenflow). I have placed below script in the harness rule,but no luck.Please advice.
Pega Version: 8.2.1
window.history.forward();
function noBack()
{
window.history.forward();
}
Regards,
Abhilash