JavaScript Programmer’s Reference Warnings: . You cannot access (Web file server)
JavaScript Programmer’s Reference Warnings: . You cannot access this method unless the script has the UniversalPreferencesRead privilege. Setting preferences requires the UniversalPreferencesWrite privilege. See also: UniversalPreferencesRead, UniversalPreferencesWrite Web-references: http://developer.netscape.com/library/documentation/deploymt/jsprefs.htm Navigator.savePreferences() (Method) Save the preference values for the current user. JavaScript 1.2 navigator.savePreferences() Availability: Netscape 4.0 JavaScript syntax: N Any access to the preferences mechanisms in a browser for any purpose other than reading them should be treated with some suspicion. It may be preferable to invite the user to adjust a preference setting rather than to modify it for them. You might affect the behavior of other pages inadvertently. Warnings: . In Netscape, your script needs to be granted the UniversalPrefrencesWrite privilege before this call can be executed successfully. See also: UniversalPreferencesWrite Navigator.securityPolicy (Property) An indication of the current security policy settings. JavaScript 1.4 String primitive Availability: Netscape 4.7 Property/method value type: JavaScript syntax: N navigator.securityPolicy This property contains the current security policy settings. Examining this property in a browser session yields the value “Export policy”. Warnings: . This yields the undefined value in MSIE for Macintosh. 1508