The title says it all I tried giving the checkbox a tabIndex but that didn't seem to affect anything. Thanks.
views:
16answers:
1
A:
You have to use javascript in order to do that.
// jquery example
$('#elementid').focus();
A tabindex, like the name says, works for the TAB key.
Frankie
2010-08-20 04:22:31