Hi i have a poll i made in php and using a javascript popup window from a snippet i got from the web but ever since i used the javascript when the user clicks the vote button the values arent sent so the vote dosent count.

heres the script im using in the form...

<FORM NAME="VotePoll" ACTION="javascript:;" onSubmit="OpenBrWindow('../poll.php','Test2','toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=yes','240', '300','true')" METHOD=POST>

thanks