disbable back option by java script

Answer Posted / makya

window.history.go(+1) use in java script;
or
onunload =window.history.go(-1) in body tag

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain about screen object?

552


What is the difference between Local Storage and Session Storage?

554


How to set the cursor to wait in JavaScript?

558


What are the different boolean operators in JavaScript?

477


What are a fixed-width table and its advantages in javascript?

480






Why javascript is called lightweight language?

497


How is it possible to get the total number of arguments that are passed to a function?

543


How to setting a cookie with the contents of a textbox?

527


What does => mean in node js?

534


What is the difference between window and document in Javascript?

538


What does break and continue statements do in javascript?

531


What is enum in javascript?

610


What is spread operator react?

468


what is a difference of subclass and main class

1193


Does javascript support automatic type conversion?

669