After you make some selections/changes in the form above, confirm that your selections remain if you switch between the three blocks.
Hitting this button, *should* reset the select box, all four checkboxes and the two text fields. However, it will only reset the currently displayed part of the form.
Both MSIE and Mozilla handle this situation correctly.
Each of the following buttons will display the current value of the form elements in each div:
We see here the extent of the problem. Form elements are read correctly as long as they are displayed. If not, Opera uses their default values instead which is a very serious error. Even worse, even though the first item on the select list in div1 is selected by default, Opera displays nothing if you try to read it's contents while another div is displayed. This presents a serious barrier to dynamic client-side form processing.
Once again, both MSIE and Mozilla handle it correctly.