브라우저 페이지 상의 컨트롤 좌측(left) 위치값을 반환하는 API이다.
function btn_GetWindowLeft_on_mouseup() { var nLeft = btnTest.getwindowleft(); screen.alert("버튼의 Left 위치 : " + nLeft); }