“A poller script that uses Ajax to send vote to the server and receives vote results from the server. The results are displayed in some animated graphs.”
AJAX scripts – A library of DHTML and AJAX scripts – DHTMLgoodies.com
最近はやりの「ajax」のスクリプトですが、この投票システムがなかなかに面白いので、これを使って「ユーザーアンケート」なんどを作ってみました。
文字コードの問題ではいつもの事ながら頭を痛めましたが、
「encodeURIComponent」と言う関数が、すべて「UTF-8」ではき出してくれることが分かって解決!!