Could you get this down to a minimal test case? Perhaps removing the Ajax call? The following page works for me in IE
http://ui.jquery.com/demos/dialog#modal How bout you? - Richard On Tue, Jan 6, 2009 at 5:27 AM, Led <l.r....@sapo.pt> wrote: > > Is there some bug that ui modal dialog don't work in IE? > Tme dialog is modal in ff,sf,op,chrome but not in IE. Why? > > code: > > $('#bt<%=fp_rs("cod_casa")%><%=fp_rs("id")%>').click(function() { > > $('#prereserva<%=fp_rs("cod_casa")%><%=fp_rs("id")%>').load('/frtfc/ > env_dd_dial.asp', > { > nm_mes: '<%=fp_rs("nm_mes")%>', > cod_casa: '<%=fp_rs("cod_casa")%>', > inicio: '<%=fp_rs("inicio")%>', > fim: '<%=fp_rs("fim")%>', > id: '<%=fp_rs("id")%>' , > n_semana : '<%=fp_rs("n_semana")%>' , > preco: '<%=fp_rs("preco")%>' > }).dialog({modal: true, height: 500, width: 425,title: 'Reserva casa > < > %=fp_rs("cod_casa")%> perĂodo <%=fp_rs("inicio")%> a <%=fp_rs("fim") > %>' > }); > > }); > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---