Location JavaScript Tutorial

< html>
    
        You won't be able to get back here
    
    
        

You won't be coming back here.


        
            setTimeout(function () {
                location.replace("http://www.rntsoft.com/");
            }, 1000);