화면 » Api

getscreenid

Description

화면의 ID를 가져오는 API이다.

Return Value

Type Description
STRING 화면 ID

Example

function btn_getscreenid_on_mouseup() { var strScrID = screen.getscreenid(); screen.alert("화면아이디 : " + strScrID); }

See Also

getscreenheight
getscreenkind
getscreentitle
getscreentrancode
getscreenurl
getscreenwidth

Viewer Ver.

9.1.1.1

Update Date

20110415