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.
<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.