Bonjour,
Je crais plusieurs sondages avec swisstools et tout marche bien. Là j'ai un problème, c'est ce que je ne veux pas afficher les résultats, et ils s'affichent en pop up une fois voté. Je ne comprend pas car pourtant j'ai bien coché la case comme quoi je ne voulais pas qu'il y est les résultats. J'ai essayé un peu de modifier dans le code html, mais je n'y arrive pas. Pouvez vous m'aider svp ??
Le code html du sondage c'est :
<!-- DEBUT DU CODE SONDAGE SWISSTOOLS.NET -->
<div align="center"><center>
<table border="0" width="500" bgcolor="#800000" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<form method="post" action="http://www.swisstools.net/sondage.asp?id=75848&action=ok&popup=oui">
<div align="center">
<table border="0" width="500" cellspacing="0" cellpadding="5">
<tr>
<td width="100%" bgcolor="#800000">
<p align="center"><font face="Arial" size="2" color="#FFFFFF"><b>Secret Story Net</b></font></td>
</tr>
<center>
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" colspan="2" bgcolor="#FFFFFF">
<div align="center">
<center>
<table border="0" width="90%" cellspacing="0" cellpadding="0">
<tr>
<td width="6%" bgcolor="#FFFFFF"> </td>
<td width="94%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="100%" colspan="2" bgcolor="#FFFFFF"><font face="Arial" size="2" color="#000000"><b>Qui voulez-vous sauver ?</b></font></td>
</tr>
<tr>
<td width="6%" bgcolor="#FFFFFF"><font face="Arial" size="2"><b><input type="radio" value="585198" name="1" ></b></font></td>
<td width="94%" bgcolor="#FFFFFF"><font face="Arial" size="2" color="#000000"><b>Les nominations se font ce soir</b></font></td>
</tr>
<tr>
<td width="6%" bgcolor="#FFFFFF"><font face="Arial" size="2"><b><input type="radio" value="585199" name="1" ></b></font></td>
<td width="94%" bgcolor="#FFFFFF"><font face="Arial" size="2" color="#000000"><b>Les nominations se font ce soir</b></font></td>
</tr>
<tr>
<td width="6%" bgcolor="#FFFFFF"> </td>
<td width="94%" bgcolor="#FFFFFF"> </td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#800000">
<p align="center"><input type="submit" value=" OK " name="action"><br>
<font face="Verdana" size="1" color="#FFFFFF">[
<script language="javascript">
function sondage_resultat(link3) {
window.open (link3,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no,width=530,height=400,left=20,top=20")
}
</script>
<a href="javascript:sondage_resultat('http://www.swisstools.net/sondage_results.asp?id=75848')"><font style="color:#FFFFFF"><b>Voir les résultats !</b></font></a>
]
<br>[ <a href="http://www.swisstools.net/fr/default/" target="_blank"><font style="color: #FFFFFF"><b>Swisstools.net : Sondages gratuits pour votre site !</b></font></a> ]</font>
</font></td>
</tr>
</table>
</center>
</div>
</form>
</td>
</tr>
</table>
</center>
</div>
<!-- FIN DU CODE SONDAGE SWISSTOOLS.NET -->
Afficher la suite