redirectFile
Deprecated
This 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 available
Not available
Not available
Not available
Not available
Not available
Parameters
url (string, required)
The URL that should be loaded.
Examples
_paq.push(["redirectFile"]);
Not available
Not available
Not available
Not available
Not available
Not available
Updated 6 days ago