브라우저 페이지 상의 컨트롤 우측(right) 위치값을 반환하는 API이다.
function btn_GetWindowRight_on_mouseup() { var nRight = btnTest.getwindowright(); screen.alert("버튼의 Right 위치 : " + nRight); }