<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>Hi Ron,</DIV><DIV><BLOCKQUOTE type="cite"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"><DIV class="Section1"><P class="MsoNormal"><FONT size="2" face="Arial"><SPAN style="font-size:10.0pt; font-family:Arial">This is just a test app, but it has a toggle anchor that shows different search forms.  If a form has a table that has table data that only includes a space the live update fails in a strange way.  By uncommenting the alerts on the  #<ST1:PLACE w:st="on"><ST1:CITY w:st="on">ajax</ST1:CITY></ST1:PLACE> method I saw the error:  </SPAN></FONT></P></DIV></O:SMARTTAGTYPE></O:SMARTTAGTYPE></BLOCKQUOTE><DIV>From your description, I understand that your callback generates a form, i.e. something like</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>liveCallback: [:renderer |</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>...<SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN></DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>renderer form: [ ... ]</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>...</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>].</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I believe this won't work with IE.<SPAN style=""><O:P style=""><FONT class="Apple-style-span" face="Arial" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3333px;"> The #ajax js, uses innerHTML to update the DOM and I believe</SPAN></FONT></O:P></SPAN></DIV><DIV><FONT class="Apple-style-span" face="Arial" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3333px;">that IE does not allow form tags in this case.</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Arial" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3333px;">But, maybe, you are trying something else....</SPAN></FONT></DIV><BLOCKQUOTE type="cite"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"><DIV class="Section1"><P class="MsoNormal"><FONT size="2" face="Arial"><SPAN style="font-size:10.0pt; font-family:Arial">This works fine for Firefox.  But I also noted that having an alert in the fireFox code causes the liveUpdate to not work at all.</SPAN></FONT></P></DIV></O:SMARTTAGTYPE></O:SMARTTAGTYPE></BLOCKQUOTE>As far as I can remember, I believe that only the last two alerts are specific to IE, i.e. the ones sending parseError.</DIV><BR><DIV>HTH</DIV><DIV>Michel.</DIV></BODY></HTML>