<html>
<head>
<script language="javascript">
function DoAuth()
{
document.authform.Authenticator.value=Authentication.CTCGetAuthInfo("D6D0B9FAB5E7D0C5C9CFBAA3D4BAD6C6");
document.authform.submit();
}
</script>
</head>
<body bgcolor="#000000" onload=DoAuth()>
<form action="authurl" name="authform" method="post">
<input type="hidden" name="UserID" value="12345678">
<input type="hidden" name="Authenticator" value="">
</form>
</body>
</html>我使用webbrower打开上面的HTML,提示“Authentication”未定义。请问webbrower该如何增加、保存和使用Authentication对象?