Click to See Complete Forum and Search --> : arrows keys / identify tag


alexmo
08-08-2003, 10:47 AM
<html>
<body>
<FONT FACE="ARIAL">abcd</FONT>
</body>
</html>

How I make to identify the tag <FONT> when i´m press any arrow key? The event onmousedown returns the correct tag, but when I use onkeydown, onkeyup or onkeypress it´s only returns the tag <BODY>...

please, help-me.

pyro
08-08-2003, 10:53 AM
Not sure exactly what you are asking, but I can tell you right now that you shouldn't be using the font tag. It's been depreciated...