Hello all, I have downloaded Web Wiz and am trying to get certain things working but to no avail. I am new to ASP and dont know how to customize the forum. On my homepage I would like to have a link to the current poll where you can cast you vote from the homepage. I have tried this but to no avail. I have the following code on the homepage for the poll
<form name="frmPoll" method="post" action="../polls/weekly_poll.asp" onSubmit="window.open('', 'poll', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=505,height=400')">>>
Is this working <br>
<input type="radio" name="PollVote" value="Votes_1">
yes<br>
<input type="radio" name="PollVote" value="Votes_2">
no<br>
<input type="radio" name="PollVote" value="Votes_3">
maybe<br>
<input type="radio" name="PollVote" value="Votes_4">
nono<br>
<input type="hidden" name="id" value="3">
<input type="submit" name="Submit" value="Submit">
<br>
<a href="JavaScript:openWin('../polls/weekly_poll.asp?ID=3','poll','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=505,height=400')">View
 |