HTML JavaScript DHTML




    function curr_Location(){
        alert(location)
    }
    
    function change_Location(){
        window.location="http://www.rntsoft.com"
    }