The instruction at "0x70e45ed2" referenced memory at "0x00000022". The memory could not be "read".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <BODY onload="document.all.myform.myselect.value = '-1'"> <FORM id=myform> Note: This only causes a problem with the latest Internet Explorer 5.5 SP1 patch. Open and then close the list box (without selecting an option) to ensure that it has the input focus. Then type the letter "D" (not in the list) and you should see the error... <SELECT name=myselect> <OPTION value=1>A</OPTION> <OPTION value=2>B</OPTION> <OPTION value=3>C</OPTION> <OPTION value=4>E</OPTION> </SELECT> </FORM> </BODY> </HTML>