asp.net - Dotnetnuke browser back button redirect to custom page -
on browser button click want redirect custom page create,
example: in banking applications while transacting if click browser button page expired page , there can provide links login again.
the below code prevents form navigating previous page
<script type = "text/javascript" > function disablebackbutton() { window.history.forward(); } settimeout("disablebackbutton()", 0); i using dotnetnuke, provide solution this.
you can include in custom module on every page of website, or embed js skin website in dnn.
Comments
Post a Comment