Why is the cursor not going to the next checkbox if I press Tab



If I click on the first image (mypic1.gif) and then press once theTab key
the focus is not going to the next checkbox within Internet Explorer. With
Mozilla Firefox it's working already the first time.

<html>
<body>
<img src= 'mypic1.gif' tabindex = '0'>
<input type = 'checkbox'>
<p>
<img src= 'mypic2.gif' tabindex = '0'>
<input type = 'checkbox'>
</body>
</html>

Is there any possibility to tell Internet Exporer also to jump to the next
checkbox if the Tab key is pressed only once?

Stefan


.



Relevant Pages

  • Re: Why is the cursor not going to the next checkbox if I press Tab
    ... the focus is not going to the next checkbox within Internet Explorer. ... <input type = 'checkbox'> ... the databas front ends I've used, you should probably set each tabindex ...
    (alt.html)
  • Re: Why is the cursor not going to the next checkbox if I press Tab
    ... the focus is not going to the next checkbox within Internet Explorer. ... Is there any possibility to tell Internet Exporer also to jump to the next checkbox if the Tab key is pressed only once? ... the databas front ends I've used, you should probably set each tabindex ...
    (alt.html)
  • Re: Why is the cursor not going to the next checkbox if I press Tab
    ... the focus is not going to the next checkbox within Internet Explorer. ... Mozilla Firefox it's working already the first time. ... If you need the TABINDEX attribute (which is only needed, ...
    (alt.html)
  • Disabling fields based on a checkbox.
    ... There are lots of posts on this subject but after a couple of hours of ... Actual dates that can be entered, and next to each one an 'NA' checkbox ... that I want to disable/grey-out both dates (and the JavaScript calendar ... It also only has to work on Internet Explorer 6, ...
    (comp.lang.javascript)