[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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



_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.