Bonjour a tous,
Je parviens a exécuter ces quelques lignes dans un InnerHTML sous Firefox, Chrome, Netscape, mais des que je passe sous IE, rien ne se passe ormis une erreur JavaScript lors de la tentative d'affiche de mon InnerHTML.
Voici les lignes que je voudrais voir dans mon innerHTML
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 <table border=0 cellspacing=0 cellpadding=0 style="border:1.5pt outset"> <tr class="MBTi"> <td> <table border="0"> <tr> <td> <Table width=100%> <tr OnClick="HideMenuRecherche()"> <td class="MBTi" align=left > <span>Rechercher un article</span> </td> <td align=right> <img src="Img/Close.gif" title="Fermer" OnClick="HideMenuRecherche();"> </td> </tr> </table> </td> </tr> <tr height="10px"><td><Table border=0 cellspacing=0 cellpadding=0 width=100%> <tr class="MBLi" > <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > <b Class=text> Grammage entre : </b> <input Type=Text Class=Onglet name=XGRAM_MIN id=XGRAM_MIN style=width:40px value=> et <input Type=Text Class=Onglet name=XGRAM_MAX id=XGRAM_MAX style=width:40px value=> </td> </tr> </table> </td> </tr> <tr class="MBLi" > <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > <b Class=text> Longueur entre : </b> <input Type=Text Class=Onglet name=XFORMAT_MIN id=XFORMAT_MIN style=width:40px value=> et <input Type=Text Class=Onglet name=XFORMAT_MAX id=XFORMAT_MAX style=width:40px value=> </td> </tr> </table> </td> </tr> <tr class="MBLi" > <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > <b Class=text> Largeur entre : </b> <input Type=Text Class=Onglet name=XLAIZE_MIN id=XLAIZE_MIN style=width:40px value=> et <input Type=Text Class=Onglet name=XLAIZE_MAX id=XLAIZE_MAX style=width:40px value=> </td> </tr> </table> </td> </tr> <tr class="MBLi" > <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > </td> </tr> </table> </td> </tr> <tr class="MBLi" onClick="HideMenu();ValidFiltre();" style="cursor:pointer;"> <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > <td style=cursor:pointer><div id=BTA_G> </div><div id=BTA_T><b Class=text>Rechercher</b></div><div id=BTA_D> </div></td> </td> </tr> </table> </td> </tr> <tr class="MBLi" onClick="HideMenu();EffaceFiltre();" style="cursor:pointer;"> <td align=center > <table border=0 width=100% onmouseover="this.style.background='#FFF7E5'; " onmouseout= "this.style.background='';" > <tr> <td align=center width=1px> </td> <td class="MBLi" > <td style=cursor:pointer><div id=BTA_G> </div><div id=BTA_T><b Class=text>Effacer</b></div><div id=BTA_D> </div></td> </td> </tr> </table> </td> </tr> </table></td></tr> </table> </td> </tr></table>
Partager