Javascript Objects JavaScript DHTML



properties_title

    function function1() {
        document.title = "This is the new title ";
    }
    function function2() {
        var n = document.title; alert(n);
    }


Click here to change the title of this page
Click here to display the title of this page