redirectFile
DeprecatedThis method is no longer recommended.
The redirectFile() method forces the browser to load a given URL if the tracked page is loaded from a local file. Example: The page was saved to someone's desktop and then loaded.
Syntax
redirectFile(url)Not availableNot availableNot availableNot availableNot availableNot availableParameters
url (string, required)
The URL that should be loaded.
Examples
_paq.push(["redirectFile"]);Not availableNot availableNot availableNot availableNot availableNot availableUpdated about 2 months ago