Hi All,
I have a form that has some INPUT elements which is readonly.
I want, if user hit TAB key on keyboard INPUT element shoud NOT focus.
I want to skip INPUT elements with readonly property when user hits TAB key.
<input type="text" name="previous_name" value="World" readonly="true" tabstop="false">
Is it possible in HTML?
Or, is it possible with Javascript?






Bookmarks