I'm not sure what exactly to call this so I will try to explain it to the best of my abilities.
User> Connects to my website> Proceeds to look around clicking through the navigation menus ...etc. > Finds a link to an external website and clicks it.
I would like for their to be a small 5-10 second buffer on which he is temporarily redirected to something like mywebsite.com/goodbye.html
I'm not sure how to get my website to grab the url he clicked on and still redirect him to original link after the 5-10 second redirect buffer has ended. I also am not sure how to allow this to work on my entire site.
//////////////////////////////////////////////////////////////////////////////// All of these text based outgoing urls from mywebsite.com.
User clicks bob.com > 5 seconds redirect to mywebsite.com/goodbye.html > bob.com
User clicks david.com > 5 seconds redirect to mywebsite.com/goodbye.html > david.com
User clicks google.com > 5 seconds redirect to mywebsite.com/goodbye.html > google.com
User clicks stackoverflow.com > 5 seconds redirect to mywebsite.com/goodbye.html > stackoverflow.com