Can Teleport handle Javascript or events such as the “onclick” event?
Yes, as of version 1.29.1847, Teleport can handle simple script commands, such as window.open(…) and location.href=…, so long as the URL parameter is only a quoted string. Teleport will even handle such commands when they appear in events such as the onclick event. However, the program cannot handle more complex scripts, such as those that call functions defined by script, or those that open URLs that are created by calculating or concatenating strings. To enable script parsing, the option to process script and event code must be ON in the Project Properties, Exploration page. (This option is on by default.