I have an image with a link that when clicked I would like the user to be brought to an anchor on the same page and then the cursor to be focused on the input directly below.
<a onclick="document.newsletter.email.focus();" href="#newssection"><img src="images/newsletter_slide.jpg" /></a>
When it is just the onClick it works but does not scroll the page down and when I use the anchor it goes to that section but does not focus.
I switched around the onClick and the href and it didnt help
Try this.
http://jsfiddle.net/HgSjH/3/