특정 연동정보 화면의 타이틀을 가져오는 API이다.
function btn_getlinktitle_on mouseup() { screen.alert(screen.getlinktitle(0)); }