화면 » Api

getscreentitle

Description

화면의 타이틀을 가져오는 API이다.

Return Value

Type Description
STRING 화면 타이틀

Example

function btn_getscreentitle_on_mouseup() { var strScrTitle = screen.getscreentitle(); screen.alert("화면 타이틀 : " + strScrTitle); }

See Also

getscreenheight
getscreenid
getscreenkind
getscreentrancode
getscreenurl
getscreenwidth

Viewer Ver.

9.1.1.1

Update Date

20110415