Click to See Complete Forum and Search --> : Back buttons in IE
suriakumar
01-30-2006, 10:17 PM
I am Suriakumar programmer in Providex.
I have seen so many discussion forums on Back buttons in Web pages.
1) I want to Clarification on whether is it possible to disable a Back button in Web page
2) Is it possible to Trap Back button ?
J.Suriakumar
abudabit
01-30-2006, 10:20 PM
Yes it's possible, and it's very obnoxious when websites do it. But it is also very very easy to get around it.
If this is for a multipage form or something, and preventing the back is to avoid some sort of exploit or other security concerns - I would suggest using server side scripting and registers.
suriakumar
01-31-2006, 09:48 PM
Yes it's possible, and it's very obnoxious when websites do it. But it is also very very easy to get around it.
If this is for a multipage form or something, and preventing the back is to avoid some sort of exploit or other security concerns - I would suggest using server side scripting and registers.
Just i want to see the coding. It is in Javascript ?
suriakumar
01-31-2006, 09:49 PM
Just i want to see the coding
CrazyMerlin
02-01-2006, 12:34 AM
No, in javascript you cannot disable the back button.
That would raise security issues.
You can use activex, but that would not be purely in javascript