"); trace.document.close(); } function closeDialog() { if (history.length < 1) { window.close(); } else { history.back(); } } function closeErrorDialog(actionValue, theForm) { submitAction(actionValue, theForm); } function confirmAction(actionValue, theForm) { if (actionValue == "ok") { return true; } else { theForm.target = "_top"; theForm.action.value = "exit"; theForm.submit(); return false; } }
Error
Error An unexpected error happened, but no error message has been provided.
Please check the error details or contact your system administrator.