현재 컴퓨터의 설정된 이름을 구하는 API이다.
전용 브라우저 환경에서만 동작합니다.
function btnVersion_on_mouseup(objInst) { // 컴퓨터 이름을 구한다. screen.alert(factory.xplusgetcomputername()); }