Event Onmethod JavaScript DHTML



    function function1() { 
        self.close() 
    }
    function function2() {
        window.open("http://www.rntsoft.com/", "", "width=300, height=200, left=200, noresize, top=200")
    }