<div>renderContentOn: html</div><div>       html div id: &#39;external_links&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>with: [</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>1 to: 5 do: [:x |</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>html anchor</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>callback: [x inspect];</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>with: x.</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>html break].</div><div>       1 to: 5 do: [:x | html text: &#39;just some content&#39;. html break.]].</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>html button</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>onClick: ((html jQuery expression: &#39;#external_links a&#39;)</div><div>      <span class="Apple-tab-span" style="white-space:pre">                </span>onClick: &#39;return confirm(&quot;You are going to visit: &quot;+ this.href)&#39;);</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>with: &#39;Fritz&#39;&#39;s Attach Click&#39;.</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>html button</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>onClick: ( (html jQuery expression: &#39;#external_links a&#39;)</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>call: &#39;click&#39; with: (&#39;return confirm(&quot;You are going to visit: &quot; + this.href)&#39; asFunction));</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>with: &#39;My Attach Click&#39;</div><div><br></div><br><div class="gmail_quote">On Sun, Feb 6, 2011 at 12:09 AM, Fritz Schenk <span dir="ltr">&lt;<a href="mailto:intrader.intrader@gmail.com">intrader.intrader@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">John<br>
<div class="im"><br>
 <br>
&gt; I typed it out using alert, substitute confirm and it works as expected. <br>
<br>
</div>Please provide me with the working code.<br>
<br>
Sorry, the generated code is:<br>
<br>
&lt;generated Seaside source&gt;<br>
 &lt;button onclick=&quot;$(&quot;#external_links a&quot;).click(function(){alert<br>
<div class="im"> (&quot;Your are going to visit: &quot; + this.href)})&quot; type=&quot;submit&quot;class=&quot;submit&quot;&gt;<br>
Attach Click&lt;/button&gt;<br>
&lt;/generated Seaside source&gt;<br>
<br>
</div>See the nested double quotes. his is the source of the problem<br>
<br>
I am being extremely stubborn about this issue as it show a problem with the<br>
onClick message handler in Seaside.<br>
<br>
The embedded double quote is not correct!<br>
<div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><a href="http://john-mckeon.us" target="_blank">http://john-mckeon.us</a><br>