<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Georgia">Fritz,<br>
      <br>
      One further thing to note: I copied the code you said worked
      directly from the email into a browser in Squeak and it did NOT
      work. Since it looked right, I compared it carefully to the
      previous version that worked for me. The problem was in these two
      (in the email anyway) </font><font face="Georgia">lines:</font><br>
    <br>
    On 2/12/11 2:36 PM, Fritz Schenk wrote:
    <blockquote cite="mid:loom.20110212T202539-630@post.gmane.org"
      type="cite">
      <pre wrap="">                ((html jQuery expression: '#external_links a') onClick: 'return 
confirm("You are going to visit: "+ this.href)');
</pre>
    </blockquote>
    <br>
    Pasted as-is into Squeak with the line break after 'return', causes
    a carriage return character to be inserted into the string literal
    between 'return' and 'confirm'. This fails to run. If I edit the
    squeak to force the string literal to be all on one line, it does
    work. Don't know if this may have happened to anyone trying to
    follow this discussion, but food for thought.<br>
    <br>
    Cheers,<br>
    Bob<br>
  </body>
</html>