화면의 너비를 가져오는 API이다.
포틀릿 화면인 경우, API가 호출된 시점에 화면이 링크된 탭이 숨김 상태인 경우에서는 화면의 width 속성값이 리턴된다.
function btn_getscreenwidth_on mouseup() { screen.alert(screen.getscreenwidth()); }