R
ruca
In some pages of my Web Application I need to "disable" the back button, and
for that I have this (that is not working), that is the solution found it in
the Internet:
<script language=javascript>
location.replace('myPage.aspx');
</script>
What do I have to do more?
for that I have this (that is not working), that is the solution found it in
the Internet:
<script language=javascript>
location.replace('myPage.aspx');
</script>
What do I have to do more?