How to Disable Browser's Back Button Using Javascript

How to Disable Browser's Back Button Using Javascript

Admin Technomark

8 лет назад

50,557 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@akhil.creations
@akhil.creations - 16.11.2022 18:27

when we click on back page is blinking how can you stop that blinking
please help me

Ответить
@surekhadembalkar2847
@surekhadembalkar2847 - 14.09.2021 09:44

how to disable particular page back button eg :user login then open dashboard user click browser back button open again login page how to solve this problem

Ответить
@albanustemu7396
@albanustemu7396 - 24.04.2018 10:07

how to hide popup message(which led to duplication of data) when refresh browser after form submission ?

Ответить
@jayaramk3896
@jayaramk3896 - 15.01.2018 16:13

ohh nice. how to disable the button in 5 minutes in html can u explain plz...............

Ответить
@Deepak-dx3ox
@Deepak-dx3ox - 09.06.2017 12:29

sir i am using this code to refresh page but this code work only with chrome and opera these code not working with IE 10 and firefox


<input type="hidden" id="refreshed" value="no">

<script type="text/javascript">
onload=function(){
var e=document.getElementById("refreshed");
if(e.value=="no")e.value="yes";
else{e.value="no";location.reload();}
}
</script>

Ответить
@tusharagarwal4207
@tusharagarwal4207 - 05.02.2017 15:30

sir i want to ask about that when we press back button after logout from facebook it can not show previous my profile page how??

Ответить
@darshanamali7836
@darshanamali7836 - 28.01.2017 20:17

not working in any browser

Ответить
@BrandonOsborn404
@BrandonOsborn404 - 25.10.2016 19:52

Doesn't work in chrome.

Ответить