I am looking for a simple solution to select a search input box when you press a hyperlink.

I would be nice if this could be implemented without JavaScript, only by using relative anchors.

In my case it looks that the input already has an id but there is no anchor defined for it.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

A label with the for is what you are looking for. Anchor tags don't interact with input fields, unless you define it with JavaScript.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.