Why does my exported HTML not work on FireFox?

The interaction programming in Mediator projects when exported to HTML is done for the most part in Javascript. This is a client-side language which means the server does not do anything – it simply serves the script to the client which then interprets it.

Some browsers are unable to interpret some of the code – to make sure you have the most compatible export, update Mediator to the latest service pack and re-export. A few browsers will not interpret the scripts at all – we have had specific reports of this for Konqueror (Linux).

Another cause for errors in this connection is the browser’s capability to disallow any Javascript. Setting the browser to reject Javascript will cause the HTML made in Mediator to be non-interactive.