Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1345, March 30, 2001 at 09:51:15:

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

©2018 Martin Webb