Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/08/2008, 09:44
martinfdan
 
Fecha de Ingreso: septiembre-2005
Mensajes: 4
Antigüedad: 18 años, 9 meses
Puntos: 0
Respuesta: En firefox SI... en explorer NO

Código:
 <tr style="display: table-row">
            <xsl:attribute name="name">modulos</xsl:attribute>
            <xsl:attribute name="id"><xsl:value-of select="../id"/></xsl:attribute>
            <td width="50" align="right">
                <input type="image" src="{$wdkImgRoot}/i_plus.gif">
                    <xsl:attribute name="onclick">ocultar('<xsl:value-of select="id"/>');return false;</xsl:attribute>
                    <xsl:attribute name="id">input_<xsl:value-of select="id"/></xsl:attribute>
                    <xsl:attribute name="name">icon</xsl:attribute>
                </input>
            </td>
...
Aqui pongo un poco mas de codigo por si puede ayudar...

Si alguien me puede ayudar se lo agradeceria!