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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -