Estoy utilizando un sistema de encuestas que vi en hotscripts, se llama advanced poll y la verdád está fantástico (www.proxy2.de) pero tengo unos problemas. Me gustaría que los resultados se abrieran en un popup, pero las plantillas no funcionan, y he decidido hacerlo por mí mismo, pero no tengo ni idea.
Les dejo el código a ver si me orientan de cómo se haría
<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="0" bgcolor="$pollvars[bgcolor_fr]">
<tr align="center">
<td> <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">
<tr>
<td valign="middle" align="center"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>
<style type="text/css">
<!--
.input { font-family: $pollvars[font_face]; font-size: 9 px}
.links { font-family: $pollvars[font_face]; font-size: 9 px; color: $pollvars[font_color]}
-->
</style>
$question</b></font></td>
</tr>
<tr align="right" valign="top">
<td> <form method="post" action="$this->form_forward" style='margin:0 px'>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top" align="center">
<td> <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td width="25%" align="right"><input type="radio" name="option_id" value="$key"></td>
<td width="75%"><font face="$pollvars[font_face]" size="1" color="$pollvars[font_color]">$key</font></td>
</tr>
</table>
<input type="hidden" name="action" value="vote"> <input type="hidden" name="poll_ident" value="$poll_id">
<input type="submit" value="$pollvars[vote_button]" class="input" style='font-family: verdana font-size: 10 px'>
<br> <font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><a href="$this->form_forward?action=results&poll_ident=$poll_ id">$pollvars[result_text]</a>
</font> </td>
</tr>
</table>
</form>
</td>
</tr>
</table></td>
</tr>
<tr align="center">
<td align="right" bgcolor="e0e0e0"> <a href="http://www.proxy2.de"><font color="#999999" size="1" face="Arial, Helvetica, sans-serif">Version $pollvars[poll_version]</font></a></td>
</tr>
</table>
Salu2!!