화면의 타이틀을 가져오는 API이다.
function btn_getscreentitle_on_mouseup() { var strScrTitle = screen.getscreentitle(); screen.alert("화면 타이틀 : " + strScrTitle); }