![]() |
|
|
+ Search |
![]()
|
Apr 2nd, 2000 11:24
Martin Honnen,
With IE4+ and NN6 links have a focus method you can call, in NN4 (and
older) not. Thus script
var link = document.links[linkIndex];
if (link.focus)
link.focus()
to call the focus method where it is available.