faqts : Computers : Programming : Languages : JavaScript : Links

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

18 of 31 people (58%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

How can I set focus to a specific link in NN4 to interrupt the normal tab order?

Aug 28th, 2000 06:16
Martin Honnen, Jarick Rager,


In NN4 links don't have a 
  focus()
method so you can't use scripting to focus on a link.
It seems that hasn't changed in NN6.
IE4+ however provides that method.