컨테이너 화면에서 컨텐츠 화면을 로드했을때 컨텐츠 화면의 높이를 가져오는 API이다.
컨텐츠 화면이 로드되지 않은 경우에는 0값이 리턴된다.
function btn_test_on mouseup() { screen.alert(screen.getscreencontentheight()); }