[ic] IE 6.0.2 Errors On Empty Fields --- Fixed, but another problem

Randy Just randyjust at justcomp.com
Fri Oct 28 12:42:00 EDT 2005


At 07:55 AM 10/28/2005, you wrote:
>On Fri, 28 Oct 2005 10:31:11 -0400 (EDT)
>Randy Just <randyjust at justcomp.com> wrote:
>
> > I am having a funky problem with IE 6.0.2 on the shipping.html to 
> billing.html transition.
> >
> > Unless *all fields* are filled out on the shipping.html page 
> (company, address2, etc.), IE gives an error
> >
>snip...
> >
> >
> >
> > <SCRIPT>
>
>Apply this patch to code/UI_Tag/jsq.coretag:
>
>--- jsq.coretag 8 Oct 2004 20:41:49 -0000       1.4
>+++ jsq.coretag 8 Nov 2004 18:27:54 -0000       1.5
>@@ -19,6 +19,7 @@
>                   or
>                 ( s/'/\\'/g,  s/\r/\\r/g, 
> s/(^|[^\\])\$\{?(\w+)\}?/$1' + $2 + '/g, $_ = qq{'$_'} );
>         }
>+       @lines = "''" unless @lines;
>         return join (" +\n", @lines);
>  }
>  EOR
>
>This should fix your problem.

Thanks for the response.  It fixed the problem (YEAH!!!).

Unfortunately, I bumped into another problem on the finalize screen 
after leaving
the shipmode screen that IE 6.0.2 is balking at.  It sent me to the 
debug screen
for the following line of code:

<INPUT TYPE=checkbox NAME="quantity0" 
onClick="this.form.action='http://shop.mydomain.com/cgi-bin/cart/process' 
secure=1, this.form.submit()" VALUE=0>

Once again Mozilla is OK with it, but IE is complaining.

Some questions.

1) Is this another patch?
2) The patch kindly provided above I did manually.  However, I am 
sure there is a
command to easily apply patches.  I did search through the how-to's with
parameters of "apply patch" and so forth, but didn't return anything.  What
is the command to apply patches.
3) I did look at Tracking Interchange Development in CVS, but am unclear how
one would go about finding patches that are available to fix specific problems.

Randy


>Bye
>         Racke




More information about the interchange-users mailing list