Problem with web acces

Can’t understand why two different browsers present different screens while connecting to same http server.
Firefox browser presnts the latest change made in the script whereas chrome stuck on previous webpage appearance run last time.

ConstrucSim IDE also running in chrome.

Any advice please?

Chrome is caching the web page files. Try Ctrl + Shift + R to reload the page without cache.

To get the changes you have to reflect in the IDE’s webpage, right-click on the page in the IDE and click “refresh frame” (Chrome) or “this frame → reload frame” (Firefox).

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.

A new feature has been introduced today:

  • To get the changes you have to reflect in the IDE’s webpage, now you just have to click the WEBPAGE button again. Each time the button is clicked, the web page is refreshed.