웹브라우저에 설정된 URL을 반환하는 API이다.
function btnTest_on_mouseup() { var strURL = webCtrl.geturl(); screen.alert(strURL); }