Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q1345

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.