In the same render method that I added:<div><br></div><div><div>        html document</div><div>              addLoadScript: (html comet</div><div>                     assignTo: &#39;window.mainPusher&#39;;</div><div>                     pusher: self pusher;</div>
<div>                     connect)</div></div><div><br></div><div>I also added:</div><div><br></div><div><div>        html anchor</div><div>             onClick: (html jQuery ajax script: [ :s | s &lt;&lt; (s jQuery html: [ :h | &quot;self break.&quot; h document addLoadScript: (h comet alias: &#39;window.mainPusher&#39;; disconnect) ])]);</div>
<div>             with: &#39;KILL&#39;.</div></div><div><br></div><div>This is my effort to stop Comet (the spinning wheel in the browser) by clicking &#39;KILL&#39;.  It FAILS (i.e., when I click on &#39;KILL&#39; - nothing)!</div>
<div><br></div><div>I also tried:</div><div><br></div><div><div><div>        html anchor</div><div>             onClick: (html document addLoadScript: (html comet alias: &#39;window.mainPusher&#39;; disconnect));</div><div>
             with: &#39;KILL&#39;.</div></div></div><div><br></div><div>This works all too well.  It kills (i.e., disconnects from) Comet immediately.  No Comet for advancing slides in my presentation app.</div><div><br></div>
<div>???</div><div><br></div><div>---John</div>