화면의 ID를 가져오는 API이다.
function btn_getscreenid_on_mouseup() { var strScrID = screen.getscreenid(); screen.alert("화면아이디 : " + strScrID); }