Hi, <br>I&#39;m using Seaside version 2.8a1-lr.423 and Scriptaculous version lr-206.<br>The following code works with Firefox and does not work with Internet Explorer 6:<br><br>&nbsp;&nbsp;&nbsp; html div class: #header;&nbsp;&nbsp;&nbsp; with: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html heading: &#39;Login&#39;].
<br>&nbsp;&nbsp;&nbsp; html div class: #error; with: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html text: error ].<br>&nbsp;&nbsp;&nbsp; html div class: #form; with: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html form: [<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html text: &#39;usuario:&#39;.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html space.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html textInput on: #userName of: self.
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html break.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html text: &#39;password:&#39;.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html space.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html passwordInput on: #password of: self.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html break.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; html button on: #accept of: self; with: &#39;Aceptar&#39; ] ]
<br><br>In firefox, when I press &quot;Aceptar&quot;, callback is executed correctly. In IE, nothing happens... older versions of seaside/scriptaculous (I don&#39;t remember which ones) worked correctly.<br>any ideas?<br>
<br>Thanks,<br>Esteban<br><br clear="all"><br>-- <br>&quot;Querer es suscitar las paradojas&quot;<br>Camus. El míto de Sísifo.