Internet explorer
widi70
Messages postés
679
Statut
Membre
-
widi70 Messages postés 679 Statut Membre -
widi70 Messages postés 679 Statut Membre -
Bonjour à tous, j'ai préparé tout mon site internet pour le mettre en ligne sous peu, ... et comme toute bonne "webmaster" j'ai décidé de vérifier que mon site s'affiche bien sur d'autre navigateur que sur firefox.
J'ai donc commencé par internet explorer et oh oh oh surprise ça passe pas.
Alors j'aimerais savoir comment je peut faire passer tout ça, c'est à dire une animation en .swf et des conseils au jour le jour en javascript.
voici ces 2 codes:
animation.html:
<table width=158 height=178 cellpadding=0 cellspacing=0 border=0>
<tr>
<td><img src=coin4.png border=0 width=3 height=4 /></td>
<td bgcolor=#67C100></td>
<td><img src=coin3.png border=0 width=3 height=4 /></td>
</tr>
<tr>
<td bgcolor=#67C100></td>
<td bgcolor=#67C100 align=center><B>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="movie" value="animationfevrier.swf">
<param name="quality" value="high">
<embed src="animationfevrier.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="150" height="170"></embed></object>
</td>
<td bgcolor=#67C100></td>
</tr>
<tr>
<td><img src=coin1.png border=0 width=3 height=0 /></td>
<td bgcolor=#67C100></td>
<td><img src=coin2.png border=0 width=3 height=0 /></td>
</tr>
</table>
et conseil.html
<table width=158 cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=5><img src=coin4.png border=0 width=5 height=5 /></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=0 /></td>
<td width=5><img src=coin3.png border=0 width=5 height=5 /></td>
</tr>
<tr>
<td width=5 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td
<td width=150 height=40 bgcolor=#338D4D align=center><B><FONT Color="#FFFF00">
Conseil du Jardinier</font></b></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
</tr>
<tr>
<td width=5 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
<td width=150 height=100 bgcolor=#CAFF95 align=center><B>
<script language="JavaScript">
Today = new Date;
mois = (Today.getMonth())+1;
jour = (Today.getDate());
if(mois==3){
if(jour==1){document.write('blblblblblbblblbl1.')}
if(jour==2){document.write('blblblblblbblblbl2.')}
if(jour==3){document.write('blblblblblbblblbl3')}
if(jour==4){document.write('blblblblblbblblbl4')}
etc etc etc
}
</script>
</b></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
</tr>
<tr>
<td width=5><img src=coin1.png border=0 width=5 height=5></td>
<td width=150 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
<td width=5><img src=coin2.png border=0 width=5 height=5></td>
</tr>
</table>
J'espère que c'est possible.
Merci d'avance de votre aide.
J'ai donc commencé par internet explorer et oh oh oh surprise ça passe pas.
Alors j'aimerais savoir comment je peut faire passer tout ça, c'est à dire une animation en .swf et des conseils au jour le jour en javascript.
voici ces 2 codes:
animation.html:
<table width=158 height=178 cellpadding=0 cellspacing=0 border=0>
<tr>
<td><img src=coin4.png border=0 width=3 height=4 /></td>
<td bgcolor=#67C100></td>
<td><img src=coin3.png border=0 width=3 height=4 /></td>
</tr>
<tr>
<td bgcolor=#67C100></td>
<td bgcolor=#67C100 align=center><B>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="movie" value="animationfevrier.swf">
<param name="quality" value="high">
<embed src="animationfevrier.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="150" height="170"></embed></object>
</td>
<td bgcolor=#67C100></td>
</tr>
<tr>
<td><img src=coin1.png border=0 width=3 height=0 /></td>
<td bgcolor=#67C100></td>
<td><img src=coin2.png border=0 width=3 height=0 /></td>
</tr>
</table>
et conseil.html
<table width=158 cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=5><img src=coin4.png border=0 width=5 height=5 /></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=0 /></td>
<td width=5><img src=coin3.png border=0 width=5 height=5 /></td>
</tr>
<tr>
<td width=5 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td
<td width=150 height=40 bgcolor=#338D4D align=center><B><FONT Color="#FFFF00">
Conseil du Jardinier</font></b></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
</tr>
<tr>
<td width=5 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
<td width=150 height=100 bgcolor=#CAFF95 align=center><B>
<script language="JavaScript">
Today = new Date;
mois = (Today.getMonth())+1;
jour = (Today.getDate());
if(mois==3){
if(jour==1){document.write('blblblblblbblblbl1.')}
if(jour==2){document.write('blblblblblbblblbl2.')}
if(jour==3){document.write('blblblblblbblblbl3')}
if(jour==4){document.write('blblblblblbblblbl4')}
etc etc etc
}
</script>
</b></td>
<td bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
</tr>
<tr>
<td width=5><img src=coin1.png border=0 width=5 height=5></td>
<td width=150 bgcolor=#67C100><img src='../img/transparent.png' border=0 width=1 height=1></td>
<td width=5><img src=coin2.png border=0 width=5 height=5></td>
</tr>
</table>
J'espère que c'est possible.
Merci d'avance de votre aide.
A voir également:
- Internet explorer
- Internet explorer - Guide
- Internet explorer 11 - Télécharger - Navigateurs
- Internet explorer 8 - Télécharger - Navigateurs
- Internet explorer 10 - Télécharger - Navigateurs
- Explorer patcher - Télécharger - Personnalisation
2 réponses
j'ai trouver une première solution:
dans internet explorer->outil->options->onglet avancé-> Catégorie Sécurité->cocher autoriser le contenu actif à s'executer dans les fichiers de la zone ordinateur
Mon animation en .swf s'affiche de même que mes conseils en javascript.
Mais
mais j'ai toujours des problemes d'affichage
Merci
dans internet explorer->outil->options->onglet avancé-> Catégorie Sécurité->cocher autoriser le contenu actif à s'executer dans les fichiers de la zone ordinateur
Mon animation en .swf s'affiche de même que mes conseils en javascript.
Mais
mais j'ai toujours des problemes d'affichage
Merci
Bon alors j'ai trouvé de quoi ça vient, c'est au cause de la balise <object>
celle si est présente dans mon site juste pour faire référence à une autre page, est ce qu'il y a une autre balise qui est identique mais qui qui marche sous IE.
Sinon tempi mon code sera moche, mais fonctionnera sous IE....
Merci d'avance de votre aide
celle si est présente dans mon site juste pour faire référence à une autre page, est ce qu'il y a une autre balise qui est identique mais qui qui marche sous IE.
Sinon tempi mon code sera moche, mais fonctionnera sous IE....
Merci d'avance de votre aide