Aide pour un code HTML

Aide pour un code HTML - HTML/CSS - Programmation

Marsh Posté le 12-01-2010 à 21:57:28    

Bonjour,
 
voilà...
je ne connais pas grand chose en programmation html, alors voilà pourquoi je viens par ici.
 j'ai ce code suivant intégrer dans un site internet:
 
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjMzMTA5NTA3ODYmcHQ9MTI2MzMxMDk2MDg3OSZwPTQ1NTkzMiZkPSZnPTEmbz*yOGJkZGExNWVlNWQ*MWJhYWYzMjFjNDI5ZTBmNTgxMSZvZj*w.gif" /><object type="application/x-shockwave-flash" data="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333" width="160" height="600"><param name="movie" value="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333"><param name="allowFullScreen" value="true"><param name="bgcolor" value="#333333"><param name="allowScriptAccess" value="always"></object><noscript><a href="http://bannersnack.com/" title="BannerSnack - the free flash banner maker">Banner maker</a></noscript>
 
le truc c'est que je souhaiterais, si l'on clic sur cet image on arrive sur mon site.
 
qui peut m'aider?
 
merci d'avance et bonne année.

Reply

Marsh Posté le 12-01-2010 à 21:57:28   

Reply

Marsh Posté le 13-01-2010 à 10:15:01    

Inclure ce code dans une ancre de redirection (balise "<a..>" ) :

<a href="http://monsite/mapage.htm">
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjMzMTA5NTA3ODYmcHQ9MTI2MzMxMDk2MDg3OSZwPTQ1NTkzMiZkPSZnPTEmbz*yOGJkZGExNWVlNWQ*MWJhYWYzMjFjNDI5ZTBmNTgxMSZvZj*w.gif" /><object type="application/x-shockwave-flash" data="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333" width="160" height="600"><param name="movie" value="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333"><param name="allowFullScreen" value="true"><param name="bgcolor" value="#333333"><param name="allowScriptAccess" value="always"></object>  
</a>


Edit : Oups, il y a déjà un href à la fin ?! Mais, il ne sert que si Javascript est désactivé. Donc, on peut probablement s'en passer. Donc j'enlève toute la partie <noscript>...


Message édité par olivthill le 13-01-2010 à 10:18:05
Reply

Marsh Posté le 13-01-2010 à 13:45:00    

ca ne marche po... :S

Reply

Marsh Posté le 13-01-2010 à 14:01:46    

gekograph a écrit :

Bonjour,
 
voilà...
je ne connais pas grand chose en programmation html, alors voilà pourquoi je viens par ici.
 j'ai ce code suivant intégrer dans un site internet:
 
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjMzMTA5NTA3ODYmcHQ9MTI2MzMxMDk2MDg3OSZwPTQ1NTkzMiZkPSZnPTEmbz*yOGJkZGExNWVlNWQ*MWJhYWYzMjFjNDI5ZTBmNTgxMSZvZj*w.gif" /><object type="application/x-shockwave-flash" data="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333" width="160" height="600"><param name="movie" value="http://files.bannersnack.net/app/swf2/EmbedPlayerV2.swf?hash_id=35e274afbc414bac4f223b604b264453&clickTag=null&watermark=1&bgcolor=#333333"><param name="allowFullScreen" value="true"><param name="bgcolor" value="#333333"><param name="allowScriptAccess" value="always"></object><noscript><a href="http://bannersnack.com/" title="BannerSnack - the free flash banner maker">Banner maker</a></noscript>
 
le truc c'est que je souhaiterais, si l'on clic sur cet image on arrive sur mon site.
 
qui peut m'aider?
 
merci d'avance et bonne année.

Bonjour.
 
1. Merci d'utiliser la balise code http://forum-images.hardware.fr/icones/message/c.gif (ou la balise [ php])
 
2. De quelle image parles-tu ?
Dans ton code, il y a bien une image, mais elle est cachée et sert pour compter les visites. Le reste, c'est du Flash.
Et si tu veux qu'un clique sur du flash renvoie sur ton site, c'est dans le flash que ça se passe. Il n'y a pas de possibilité simple à ma connaissance pour faire ça en html...
 
(pour olivthill : le noscript doit plutôt servir pour le cas où on n'a pas flash)

Reply

Marsh Posté le 13-01-2010 à 14:13:37    

(Oui, merci.)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed