Hi, it may be IE instead of Seaside. &nbsp;VisualWorks? &nbsp;Squeak? &nbsp;Version? &nbsp;If you&#39;re using Squeak what&#39;s happening in the Transcript window?<div><br class="webkit-block-placeholder"></div><div>-Conrad<br><br><div><span class="gmail_quote">
On 8/8/07, <b class="gmail_sendername">Esteban Lorenzano</b> &lt;<a href="mailto:estebanlm@gmail.com">estebanlm@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
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><span class="sg"><br clear="all"><br>-- <br>&quot;Querer es suscitar las paradojas&quot;<br>Camus. El míto de Sísifo.
</span><br>_______________________________________________<br>Seaside mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation
</a><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Seaside@lists.squeakfoundation.org">.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">
http://lists.squeakfoundation</a><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">.org/cgi-bin/mailman/listinfo/seaside</a>
<br><br></blockquote></div><br>&nbsp;</div>