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

Feedback on: irt.org FAQ Knowledge Base Q27

irt.org | About | Feedback | 2752 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q27

Sent by
Mr. Werner on May 22, 2001 at 14:20:11:

Worth:
Very worth reading

Technical:
Not technical enough

Comments:
Try this JavaScript:

document.onkeydown=checkKeys;
if (navigator.appName == 'Netscape')
document.captureEvents(Event.KEYDOWN);

function checkKeys(e)
{
if (navigator.appName == 'Netscape')
theKey = e.which;
else
theKey = window.event.keyCode;

if (theKey == 13)
{
document.YOURFORMNAME.submit();
return false;
}
}


Other feedback on 'irt.org FAQ Knowledge Base Q27' - 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.