[ic] IE 6.0.2 Errors On Empty Fields --- Fixed

Randy Just randyjust at justcomp.com
Fri Oct 28 18:24:32 EDT 2005


I had posted a problem in an earlier message.  After dinking around 
with the code
some more, I added an extra comma and IE is happy.  Mozilla still works OK.

I changed this (in finalize.html):

OLD:
<INPUT TYPE=checkbox NAME="[quantity-name]" 
onClick="this.form.action='[process]', secure=1 this.form.submit()" VALUE=0>

to this:

NEW:
<INPUT TYPE=checkbox NAME="[quantity-name]" 
onClick="this.form.action='[process]', secure=1, this.form.submit()" VALUE=0>

Randy





More information about the interchange-users mailing list