Re: IE7 back page by Robert
Robert
Sun Mar 30 13:03:47 PDT 2008
"Byfuzzerabbit" <Byfuzzerabbit@discussions.microsoft.com> wrote in message
news:8FCE5DCB-C21F-4ABF-80B3-946A4B33FE63@microsoft.com...
> Kk when I'm tryping on IE7 and press the back space button it act like a I'm
> clicking the back button and I return to the pervious page. Is there anyway
> to turn this off?
No. You have to careful of focus when you use the Backspace key.
If focus is outside an input box pressing Backspace acts the same as
clicking the browser's Back button. If you're not sure of the focus
you would be safer pressing Shift-CursorLeft (and Delete, if necessary)
instead.
---