Is it possible to fire backspace event on textbox using Javascript? Which should clear the character left to the cursor position. I know that event code for backspace is 8 but I don't know how to fire it using the code.
Solution specific to Internet Explorer 8 would be of great help.