+ Reply to Thread
Results 11 to 16 of 16
-
03-24-2009 09:40 PM #11
Junior Member
- Join Date
- Mar 2009
- Posts
- 7
Now I have another problem. The results "bars" do not show up. There are entries in th e database suggesting the images are there, and I changed the permissions on the upload folder to "write". Just no bars show up in the poll and in the admin preview.
(and great product by the way)
-
03-24-2009 10:09 PM #12
Junior Member
- Join Date
- Mar 2009
- Posts
- 7
OK, nevermind; I found the problem. The urls in the settings need to have backslashes (or formard slashes) whatever the case may be.
-
04-08-2009 02:31 AM #13
Junior Member
- Join Date
- Mar 2009
- Posts
- 7
Error
Hello,
I am getting the error:
Error. 'document.frmPoll.answer6' is null or not an object
Code:0
Can you please tell me how to fix it?
Tris
-
04-10-2009 01:04 AM #14
Junior Member
- Join Date
- Mar 2009
- Posts
- 7
JavaScript Error
Hello,
The preview of the poll works fine, but the JavaScript that calls the survey isn't working somehow. The poll displays, but doesn't function (throws a js error).
If I put this into a plain html page, I get the error:
Why doesn't it work? It seems to work OK on our development machine, not the remoter server.Code:<script language="javascript" src="http://www.aussiethink.com.au/UltimatePollASP/processAjax.asp"></script><div id="dvtbl"><form method="post" action="http://www.aussiethink.com.au/UltimatePollASP/processResponse.asp" name="frmPoll"><table id="pollTable" width="200" height="120" cellpadding="2" cellspacing="0" bgcolor=""bordercolor="#000000" border="0"><tr valign="top" align="middle"><td align="left"><span style="">Are you feeling the recession?</span><br /><span style=""></span><br /><span style=""><table style=""><tr><td valign="middle"><input type="radio" id="answer10" name="answer10" value="Strongly"></td><td valign="middle">Strongly</td></tr><tr><td valign="middle"><input type="radio" id="answer10" name="answer10" value="A little"></td><td valign="middle">A little</td></tr><tr><td valign="middle"><input type="radio" id="answer10" name="answer10" value="Not at all"></td><td valign="middle">Not at all</td></tr></table></span><br /><p align="center"><input type="hidden" name="pollID" value="10"><input type="hidden" name="pollType" value="3"><input type="button" name="btnSubmit" value="Submit" onclick="javascript:var checkboxParams = \'\';myOption = -1;for (i = 0; i<document.frmPoll.answer10.length; i++) {if (document.frmPoll.answer10[i].checked) {myOption = i;var answerChosen = frmPoll.answer10[i].value;}} if (myOption == -1){alert(\'Please Select An Answer\');return false;}else{submitPoll(10, 3, 3); return false;}"></p><p align="center"><a style=""href="#" onclick="viewResults(10, 3, 3);">View Results</a></p></table></form></div>
Tris
-
05-01-2009 04:41 AM #15
Junior Member
- Join Date
- May 2009
- Posts
- 2
-
05-01-2009 04:43 AM #16
Junior Member
- Join Date
- May 2009
- Posts
- 2
Where can i change the charset?
Trying to create polls with danish characters (זרו) fails. All special chars gets stripped when i submit the poll.


LinkBack URL
About LinkBacks
Reply With Quote

