OutSystems Forge 日本語データベース

Browser’s Back Button Protection

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-12-04 1.1.0 Rúben Bonito All All Components
外部URLから戻った後で(ブラウザの戻るボタンをクリックして)準備を実行するには、強制的に実行する必要があります。 このコンポーネントを使用すると、javascriptとcookieを使用してその操作を行うことができます。
OutSystemsのWebアプリケーション(例えば、OutSystemsのウェブサイト)から外部のURLに移動する必要があるWebアプリケーションを開発しましたが、その後、ユーザーはブラウザの戻るボタンを使用することに決めました。 私たちが観察したところでは、Web画面の準備は実行されませんが、ブラウザはページを再レンダリングします。 言い換えれば、ページはブラウザのキャッシュに保存された情報でレンダリングされます。 外部URLから戻った後で(ブラウザの戻るボタンをクリックして)準備を実行するには、強制的に実行する必要があります。 このコンポーネントを使用すると、javascriptとcookieを使用してその操作を行うことができます。

[Overview]
In order to run the preparation after coming back from an external URL (by clicking the back button on the browser), you need to force it to happen. This component allows you to do that using javascript and cookies.
[Detail]
You developed an OutSystems web application that needs to navigate to an external URL out of your control (e.g. OutSystems’ website), but afterwards, the user decides to use the browser’s back button. What we have observed is that the preparation of your web screen is not executed but the browser does re-render the page. In other words, the page is rendered with the information saved in the browser’s cache. In order to run the preparation after coming back from an external URL (by clicking the back button on the browser), you need to force it to happen. This component allows you to do that using javascript and cookies.
戻る