Is there a way to set the focus in a specific HTML input (a textarea control, actually), without using Javascript?
+6
A:
Nope. Sadly JavaScript is required, because it's dynamically modifying the browser on the client-side (what JavaScript was made for).
Andrew Dunkman
2009-06-11 19:08:58
A:
I don't know of any, other than tabbing to the field or clicking within it.
RedFilter
2009-06-11 19:09:19
A:
It depends on how and when you want to set the focus on this textarea. "tabindex" might help you.
Alsciende
2009-06-12 09:14:49