מוזר לא עובד עדיין זה מה שעשיתי:
PHP קוד:
<script type="text/javacript">
function results(id)
{
window.open('http://www.theyovel.net/polls/results.php?id='+id,'window','width=200,height=200');
}
</script>
<input type="submit" name="submit" value="הצבע" /> [<a href="javascript:results({$r['id']});">תוצאות</a>]
</form>