Yo tengo el código html de una encuesta la cual tiene un botón que pone: Votar. Me gustaría que los usuarios de mi blog al darle al botón sean dirigidos a otra web. ¿Cómo lo hago?
Aquí os dejo el código y la web a la que quiero que se dirigan:
Web: http://www.palimpalem.com/9/loquierogaming/
Código:
Código HTML:
<br /> <table style="background-color: #6699FF; margin: 5px; padding: 5px; border: solid 2px #000000"> <tbody> <tr> <td> <form action="http://www.palimpalem.com/palim/apli/ppencuesta.php?idiom=es" method="post" name="COSLPYNN" target="_self"> <table border="0"> <thead style="color: #0033FF;font-size: 12px; font-weight: bold; font-family: Verdana; "> <tr> <td colspan="2" style="padding: 10px"> <div align="center"> ¿Qué vídeo te ha gustado más?</div> </td> </tr> </thead> <tbody style="color: #000000;font-size: 12px; font-family: Verdana; "> <tr> <td style="padding: 4px"> <div align="left"> El de Willyrex</div> </td> <td> <div align="right"> <input name="antwort[]" type="radio" value="139939898antwortnr:1" /></div> </td> </tr> <tr> <td style="padding: 4px"> <div align="left"> El del RubiusOMG</div> </td> <td> <div align="right"> <input name="antwort[]" type="radio" value="139939898antwortnr:2" /></div> </td> </tr> <tr> <td style="padding: 4px"> <div align="left"> El de Staxx</div> </td> <td> <div align="right"> <input name="antwort[]" type="radio" value="139939898antwortnr:3" /></div> </td> </tr> <tr> <td style="padding: 4px"> <div align="left"> El de Outconsumer</div> </td> <td> <div align="right"> <input name="antwort[]" type="radio" value="139939898antwortnr:4" /></div> </td> </tr> <tr> <td style="padding: 4px"> <div align="left"> El de Alexelcapo</div> </td> <td> <div align="right"> <input name="antwort[]" type="radio" value="139939898antwortnr:5" /></div> </td> </tr> <tr> <td colspan="2"> <div align="center"> <input name="submitButton" style="FONT-FAMILY: Verdana" type="submit" value="Votar" /></div> </td> </tr> <tr> <td colspan="2"> <div align="center"> <a href="http://www.palimpalem.com/palim/apli/ppencuesta.php?encucode=139939898&idiom=" style=" font-family: Verdana; color: #0033FF; font-size: 10px; text-decoration: underline" target="_self">ver resultado</a></div> </td> </tr> </tbody></table></form></td></tr></tbody></table>