<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On 31 Oct 2006, at 00:10 , Ron Teitelbaum wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"><O:SMARTTAGTYPE namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"><DIV class="Section1"><P class="MsoNormal"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size: 10.0pt;font-family:Arial;color:navy; color: rgb(0, 0, 128); font-size: 13.3333px; "><SPAN class="Apple-style-span" style="color: rgb(0, 0, 128); font-family: Arial; font-size: 13.3333px; ">It does appear to work in IE as long as the space is not there</SPAN></SPAN></FONT></P></DIV></O:SMARTTAGTYPE></O:SMARTTAGTYPE></O:SMARTTAGTYPE></SPAN></BLOCKQUOTE>Well, it all depends what you mean exactly with "it works".</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The live callback only replaces in the page those elements that have</DIV><DIV>the id= attribute. In your example, the div with id "searchForm" is to be</DIV><DIV>replaced, however, since it contains a form tag, it is not replaced in IE.</DIV><DIV>However the table with id "searchTable" does not contain a form and</DIV><DIV>is not included in something that has been replaced and is therefore</DIV><DIV>replaced. The button with is "findPerson" is also replaced for the</DIV><DIV>same reasons. If you had some element without an id inside the</DIV><DIV>form, it would not be replaced.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>You could verify this with the following debugging change</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>} catch (e) {</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>// Some browsers (like Safari) have read-only elements</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>alert(replacement);</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>alert(e)</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>}</DIV><DIV><BR class="khtml-block-placeholder"></DIV><BLOCKQUOTE type="cite"><SPAN style=""><FONT class="Apple-style-span" face="Arial" size="4"><SPAN class="Apple-style-span" style="font-size: 13.3333px;">Reference to undefined entity ‘nbsp’</SPAN></FONT></SPAN></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>This is ringing a bell.<DIV>SeasideAsync overrides the two #space methods in Seaside.</DIV><DIV>If you have reloaded Seaside without reloading SeasideAsync,</DIV><DIV>then you are missing the two overrides. If this is the case,</DIV><DIV>then you only need to reload SeasideAsync.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>HTH</DIV><DIV>Michel.<BR><BR></DIV></BODY></HTML>