Originally posted by hblair
I didn't have a chance to try it at home last night, but from two workstations here at work it doesn't work right. Both of these machines are running IE version 5.00.2614.3500
found the problem
IE 5.0 doesn't support the onclick event, which is what I was using to submit the form.
I moved back to using javascript:document.xxxxxx.
It works on our version of IE 5 here at the office (5.00.3314.2101). You should be good to go now.

*mumbles to himself about people still using outdated browsers*