For some reason my poll suddenly gave me this error when I tried to access the Poll Config menu. Any ideas on how to remedy this?
Microsoft VBScript compilation error '800a0408'
Invalid character
/jcadams999/forum/admin_poll.asp, line 152
if (trim(strWhoVotes)="members" ) then Response.Write(" selected") % value="members"Members Only</option> -------------------------------------------------------------------^
Not 100% sure if this'l fix your problem but I think the line you posted aabove should look like this:
if (trim(strWhoVotes)="members" ) then Response.Write(" selected") %> value="members"Members Only</option>
Note the part in red. Of course it could be something completely different. Could you post a .txt of your admin_poll.asp or a chunk of code from around line 152?