
Originally Posted by
boudewijn
To make sure that the statistics are received by the browser, I'd like to check the resulting page. You can do the following in IE:
1. go to your website
2. vote on a poll and leave the page as it is
3. press F12 to open the developer tools
4. click View->Source->DOM(page)
5. from the source window, click file->save and save the file somewhere
6. send the file to the email address mentioned at the top of the poll_manager.txt file
If you just want to check for yourself, search the file and check for the poll part. The HTML containing the statistics should be there.
Besides that, some more questions:
- do you get any JS errors?
- do you see the 'loading' image appear?