Link to textarea

Walkdelve

New Member
I want to to create a link that takes the user to the textarea and allows them to start typing in it instantly. This is my textarea:\[code\]<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea>\[/code\]Currently, I just link to it by:\[code\]<a href="http://stackoverflow.com/questions/14072774/#commentnow">Post a comment</a>\[/code\]But this only takes them to the area of which the textarea is, not inside it so that they can start type. In order to do that, they will obviously need to click on it. I have created a fiddle with my current setup.I would imagine that there are various solutions to this. I would however request a solution that is centred on compatibility (works on all browsers and particularly phone browsers).
 
Back
Top