Hi,
I have an ecommerce website and at present the user gets redirected to the cart page everytime he/she adds a product to it. I would prefer them to now however stay on the same page so I have an AJAX solution ready and waiting in the wings.
Am I at risk that some people might not be able to use AJAX within their browsers? I do use javascript for different things on the site and know that I am probably losing 5% of all users as they don't have it enabled or supported but is it just those people that won't be able to add to cart via AJAX?
Is there a suitable test to find out if they can use AJAX or not?
Thanks
Dave