Hi
I have an online survey where the user will select answers using radio buttons. On the bottom of the page I have a 'previous' and 'next' buttons. I have a bit of javascript which sets the focus when the page is made visible and this works fine, but as soon a radio button is selected the focus, i.e. the black surrounding line of the button, moves to the 'previous' button!
In the html the previous button comes before the next button.
Why does this happen?
Thanks for any insights
Davej