Set the focus to an HREF?

liunx

Guest
Is this possible? For instance, click a button, and the focus is shifted to a particular HREF.<br />
Thanks so much.<!--content-->The digging that I do for this forum :D<br />
<br />
<form><input type=button value="Focus On Link" onClick="document.links[link name or num].focus()"></form><br />
Just change "link name or num" to the targeted link.<!--content-->Jason,<br />
I can't see that this works in netscape, but in this case I am writing a work around for IE, when the original code works fine in Netscape4.7...(yes IE has some problems too!!!)<br />
Yes I know that I ask for some wierd things....but I appreciate the digging, as it always helps!!<!--content-->
 
Back
Top