Pande Wrote:yes, im having a small issue too, im only told i already voted for a link when i click it. but then the window opens anyways to vote.
or should it happen like that?
im using MYIE2 aka Maxthon... maybe an issue is i clear my cookies...
edit: i just tried the links in your sig, and a little box popped up saying "you cannot vote at this time..."
It has nothing to do with cookies or anything. It calls a PHP script in the background with XMLHttp request, or uses an ActiveX object if you are running IE.
Now, I've never heard of your browser before, but if it doesn't store the votes, its cause you can't either create the specified things (XMLHttp is standard though), cause your security is set to high so you can't create them (IE and possibly others) or just cause your JS is off. If the JS is off, the vote links will act like the vote links in my signture. They will never change "image" on page load.
If I'd have to guess, I'd say that you can't create the XMLHttp object, since your vote images change on click, but not on page reload. This means that your JS is active so that your images can actually change, but that you cant send "information" in the background. So the script reacts to that and uses the old vote script (the one that works on all browsers, but is not as functional as mine). Best way to test it is to check what the link to the web pages are. If it's the same URL as in my sig then its cause you cant create XMLHttp objects.
In other words, its not a bug, its a feature
The script works on all browsers, no matter if you can create XMLHttp object or if your java script is disabled
If you browser has the "new" features, it will use them, if it doesn't it will use the old, less functional but working, features.
(Assuming that I'm right)