Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


disbable back option by java script

Answers were Sorted based on User's Feedback



disbable back option by java script..

Answer / 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

disbable back option by java script..

Answer / bharat

These codes are not suitable for disable Browsers back
button and Back Button on Mouse Right Click.
please write the code.

Is This Answer Correct ?    3 Yes 2 No

disbable back option by java script..

Answer / sree ramanjaneya

Thanks to..Makya
and Gayathiri P

Is This Answer Correct ?    1 Yes 1 No

disbable back option by java script..

Answer / gnana prakash

we can disable the right click using

<body oncontextmenu="return false">
</body>

Is This Answer Correct ?    2 Yes 2 No

disbable back option by java script..

Answer / gayathiri p

This code is correct for disable Back Button
<html>
<body onkeydown="if (event.keyCode==8) {event.keyCode=0;
return event.keyCode }">
</body>
</html>

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More JavaScript Interview Questions

Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],

0 Answers  


What is the purpose of using javascript?

0 Answers  


What does the isNaN() function?

0 Answers  


since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript

1 Answers  


How we can add title of the page by javascript?

0 Answers  


What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?

0 Answers  


What is decodeuri() in javascript?

0 Answers  


How do I use javascript to password-protect my web site?

0 Answers  


Can you explain how inheritance works in javascript?

0 Answers  


Are there any predefined constant provided by the browser with the key code values that can be reused?

0 Answers  


Where do you put javascript in html?

0 Answers  


What are the different types of errors supported by javascript?

0 Answers  


Categories