navigate
navigate(Expr)
Navigate the browser to the location specified by it's first argument. The syntax of a location is one of,
- a valid absolute netidx path, e.g. /foo/bar/baz
- a view file e.g. file:/path/to/view/file
- a netidx: prefixed netidx path, e.g. netidx:/foo/bar/baz
e.g.
navigate(confirm("go to ", "file:[next_view]"))