I am using this ratingsystem: http://www.chrishardy.co.uk/asp/scripts/accessible-star-ratings/
The problem is that now that everything is set up and ready to use, I can’t give any stars.
Check out this page to see what I mean: http://bit.ly/HQgxQq
I hope you can help 🙂
I got this error:
I am assuming you have not uploaded the “rpc.asp” file. You must upload all files in order for everything to work correct. Please check if you have uploaded the “rpc.asp” in the same directory as the rest of the files.
I found that /rating is wrong… I was able to get:
http://klasse.aabc.dk/ve-aspnet/akemver1/rating/rpc.asp?rating=4&url=/ve-aspnet/akemver1/test.asp
to not throw a 404 error. This means your virtual paths are wrong?
I recommend you do this:
Unpack .zip
Update line 30 of “common.asp”
Edit rating.css and make it look like this:
Upload the entire .zip (edited, of course!) to /ve-aspnet/akemver1/rating
Make your test.asp contain this code:
Upload test.asp to “/ve-aspnet/akemver1”
It should work 😀
Edit:
On second thought, you could just put the entire content of the .zip in “/rating”