sonyerricsonk750i
Programmer
hiii
im new in javascripting world
i am doin a simple program
<html>
<head>
</head>
<body>
<a href="test41_1.html">test41_1
<br><a href="test41_2.html">test 41_2
<br><a href="test41_3.html">test 41_3
<br><a href="test41_4.html">test 41_4
<br><a href="test41_5.html">test 41_5
</body>
</html>
the output of it is
test41_1.html
test41_2.html
test41_3.html
test41_4.html
now problem is this that
using the TAB key i can navigate in this links
but,
i want to use DOWN arroy key also for navigating thro links with TABs.
do anyone knows hoe to perform such programme?
thnx alott
S