Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Adobe Captivate で簡単なクイズをパッケージ化しましたが、LMS にデプロイすると、「topWindowBeforeUnloadHandler is undefined」というエラーが表示されます。
ヒップからの撮影は、ベースのjavascriptファイルまたはHTMLに直接追加するだけです-
function topWindowBeforeUnloadHandler() { return false; }
これでエラーが解決するかどうかを確認し、失われた機能を確認してください。