팩토리 » Api

gethtmlparam

Description

뷰어 html에서 참조하는 js파일의 파라미터 값을 가져오는 API이다.

Parameters

Parameters Type Description
strParamName STRING 파라미터키

Return Value

Type Description
STRING 파라미터값

Example

function btn_Getparam_on_mouseup() { var nParam = factory.gethtmlparam("APPPATH"); screen.alert("APPPATH 파라미터의 값은? : " + nParam); }

See Also

sethtmlparam

Viewer Ver.

9.1.1.1

Update Date

20221130