I wish my Users to be seamlessly sent to an alternate URL using a redirect if the original URL is not available or times out.
As a total newbie to JS & AJAX, I wonder if a solution is possible to detect failure to connect to URL_a and automatically redirect to URL_b?
Any guidance will be very much appreciated.