<SCRIPT LANGUAGE="JavaScript" SRC="scripts/rl_error.js"</SCRIPT>
nothing
void |
unsupportedBrowser |
( |
); |
Most browsers pop up annoying and cryptic dialog windows when javascript errors occur. When this file is loaded, this default behavior is overridden and nothing happens instead.
It also provides a function that is required for the browser detection feature (see Browser detection).
Following is a detailed description of the elements listed in the synopsis.
unsupportedBrowser |
This function is called when the browser that interprets the current page isn't supported by RelativeLayers. Usually it will be overridden afterwards since this default implementation simply displays a dialog, notifying the user of the fact and closing the window when the dialog is dismissed. |