링크 된 문서를 열 위치를 가져오는 API이다.
| Type | Description | 
|---|---|
| short | 링크 된 문서를 열 위치 | 
링크 된 문서를 열 위치를 나타내는 상수 값
function btnGetTarget_on_mouseup(objInst)
{
	//지정한 링크 된 문서를 열 위치를 가져온다.
	var nTargetType = anchor.getanchortarget();
	factory.consoleprint("nTargetType = " + nTargetType);
}