I need a transition page that will display for 2 seconds before automatically redirecting to the home page. How do I do this? I can\'t seem to get delay to work for me.
setTimeout(function(){ window.location = "/NewPage.aspx"; }, 2000);