Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onKeyDown in NS6

Status
Not open for further replies.

MatthewP

Programmer
Jan 16, 2001
176
GB
What has happened to onKeyDown in Netscape 6? I'm trying to capture it at document level, not in <a> tags or anything. I can't even find any decent tutorials on the web regarding this one..

thanks,
Matt.
 
Don't know - fallen by the wayside like link.blur() perhaps? They have a bit to do don't they, it runs too slow for me to bother with at the moment - p166.
b2 - benbiddington@surf4nix.com
 
You're right it does run slow. But having experimented with the new compliant DOM, after getting used to the new code I'm totally impressed. One code for both browsers - I can't tell you how happy that makes me! I just hope they can sort the speed out soon.

But I'm still trying to find out how to get those keyDown events. NS4 used to have that document.captureEvents tag, but that doesn't work any more.

Matt.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top