Checkbox Forums

Help
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
  1. #11
    trisony is offline Junior Member
    Join Date
    Mar 2009
    Posts
    7

    Default

    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)

  2. #12
    trisony is offline Junior Member
    Join Date
    Mar 2009
    Posts
    7

    Default

    OK, nevermind; I found the problem. The urls in the settings need to have backslashes (or formard slashes) whatever the case may be.

  3. #13
    trisony is offline Junior Member
    Join Date
    Mar 2009
    Posts
    7

    Default 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

  4. #14
    trisony is offline Junior Member
    Join Date
    Mar 2009
    Posts
    7

    Default 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:

    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>
    Why doesn't it work? It seems to work OK on our development machine, not the remoter server.

    Tris

  5. #15
    StoryZone.dk is offline Junior Member
    Join Date
    May 2009
    Posts
    2

    Default

    Quote Originally Posted by trisony View Post
    Hello,

    The preview of the ....

    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>
    ...
    If you uploaded the free version you'll have to change the path in Settings from /UltimatePollASP/ to /UltimatePollFree/

  6. #16
    StoryZone.dk is offline Junior Member
    Join Date
    May 2009
    Posts
    2

    Default

    Where can i change the charset?

    Trying to create polls with danish characters (זרו) fails. All special chars gets stripped when i submit the poll.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO 3.5.0