Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript run application #16

Closed
JaviertINC opened this issue Nov 8, 2018 · 2 comments
Closed

Javascript run application #16

JaviertINC opened this issue Nov 8, 2018 · 2 comments

Comments

@JaviertINC
Copy link

It's possible...

<button onclick="btn()">Run "AplicationName.exe"</button> 
<script type="text/javascript" language="javascript">
function btn(){
   eab("ApplicationName.exe");
}
</script>
@andy-portmen
Copy link
Owner

as far as I know a web page has no access to a protected context, so I would say no.

@andy-portmen
Copy link
Owner

Note that you can call this extension from another extension though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants