I have a index page with a single exit console. However, I would like to add a timed forwarding but without triggering the exit console like you would with a link onClick="exit=false". Is this possible?
Just put the code bellow in the head section of your page and add the onload event in the body tag. The number in the setTimeout is in milliseconds: 2000 is for 2 seconds before redirect.
Comment