Window Browser JavaScript DHTML




function open_win(){
    window.open("http://www.rntsoft","_blank",
                "toolbar=yes, location=no, directories=no, 
                        status=no, menubar=no, scrollbars=yes, 
                        resizable=yes, copyhistory=yes, width=600, height=600")
}