Hi,
I have a strange problem with my first ajax script. It works fine at localhost in IE6, IE7 and Firefox. When I upload it to the server, it only works in IE6 and IE7 and NOT in Firefox.
The error I receive is a 403 Forbidden error (You don't have permission to access ... on this server).
This is the code where it goes wrong:
Code JavaScript:xhr.open('POST', 'ajax/merken.php?aard_id=' + aard_id, 'true');
Does anybody know this problem and a solution for it?






Bookmarks