팩토리 » Api

xplusgotourl

Description

해당 URL주소를 익스플로러창으로 열어주는 API이다.
두번째 파라미터는 옵션 파라미터로 파라미터로 넘겨받은 URL을 UTF8로 인코딩하여 
브라우져로 전달할지 여부이다. 값을 주지 않을 경우 Default는 false값이 된다.

Parameters

Parameters Type Description
strURL STRING URL 주소
bEncodeUTF8 BOOL URL 주소를 UTF8로 인코딩할지 여부[옵션]
nBrowserType short 브라우저 종류[옵션](*Remark 참조)

Return Value

Type Description
void 없음

Remark

** nBrowserType 파라미터
0 = IE(기본값)
1 = Chrome
2 = FireFox
3 = Opera
4 = Safari
5 = Microsoft Edge
6 = Whale
-1 = 기본브라우저

전용 브라우저 환경에서만 동작합니다.

Example

function btngotourl_on_mouseup() { factory.xplusgotourl("http://www.daum.net"); // URL UTF8 encoding factory.xplusgotourl("http://192.168.0.123/test.jsp", true); }

See Also

xplusgotourlex
gotourlpost

Viewer Ver.

9.1.1.1

Update Date

20220104