When the visitor click on Backspace, he is returned to the previous website he was in, and so goes away from the website.
Is there anyway to disable the backspace utility.
thanks.
Fotiman
6:25 pm on Jan 23, 2011 (gmt 0)
This is standard browser functionality. It's not a good idea to change that behavior, as some people who browse primarily with keyboard will only be frustrated by it.
piskie
9:57 pm on Jan 23, 2011 (gmt 0)
You may also trigger some security software as an intrusive behaviour.
alexawy
9:01 am on Jan 24, 2011 (gmt 0)
This is standard browser functionality
I want to disable this as this is the standard browser functionality. When the user click backspace he is expecting to go to the previous page.
Ajax does NOT allow this.
so I want to catch the refeering page by any code, when the user click BACKSPACE he is back (by ajax too) to the page he came from.
I saw many posts in this forum but non worked with me.