I keep getting errors with this script.
Note: The name of the form is form, so that's right too.
Here is the code for the select box:
<select name="simselect" size="1">
<option value="0001">0001</option>
<option value="0002">0002</option>
</select>
Here is the script: (I narrowed it down to this spot)
{
if(document.form.simselect.options[document.form.simselect.selectedindex].value == "0001") {
//I took this section out and still got the error
}