You are here: irt.org | About | Feedback | 2565 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1345
Sent by
David Cheung on March 30, 2001 at 09:51:15:
Technical:
Just right
Comments:
Gray's version works for both IE4 and IE5. But we need the backspace to work for text and textareas, the function should be modified to:
if (window.event && window.event.srcElement.tagName !='INPUT' &&
window.event.srcElement.tagName !='TEXTAREA' && window.event.keyCode == 8) {
//Cancel the backspace
window.event.keyCode = 0;
}
Other feedback on 'irt.org FAQ Knowledge Base Q1345' - show all