Inställningar för JavaScript | ||||||
JavaScript is a programming language that allows web pages to be made more interactive. Options for how OmniWeb's JavaScript implementation behaves are found in JavaScript Preferences. JavaScript is: - This option allows you to choose whether Javascript is enabled or disabled. If "Disabled" is checked, all JavaScript is disabled and no scripts will be executed. Scripts are allowed to open new windows - JavaScript is often used to open new browser windows, but this ability is often misused -- some web sites annoyingly pop up several windows when you're trying to do something else. Here you can choose when scripts are allowed to open new windows: always, never, or only if a script is running as a result of you having clicked a link. (This option generally prevents the annoying cases but keeps the useful ones.) The remaining preferences should generally only be changed by advanced users or administrators who are familiar with JavaScript: Do security checks - Scripts will be disallowed from performing actions which may pose a security risk to your computer. Display panel for errors - A cryptic message will be displayed if a JavaScript error is encountered, which may be useful for helping script authors debug their problems. Show debugging console - A special panel will be displayed which is useful for debugging JavaScript code.
|