Jump to content

opening a program via web browser

asdfghjkl987
Go to solution Solved by Boomwebsearch,
4 minutes ago, asdfghjkl987 said:

hey guys

 

I'm doing a little mini project atm where im building a website and im trying to get it to open a program installed on the machine but I cannot find anywhere online that tells me how.

For example I want to click a button on a webpage and it to open a program on my machine. is that possible?

In writing in html

 

Due to the security limits set on the majority of modern browsers, it is going to have to ask the user first for permission to open the local program, although it definitely is possible.

 

https://www.codeproject.com/articles/113678/how-to-execute-a-local-file-using-html-application

hey guys

 

I'm doing a little mini project atm where im building a website and im trying to get it to open a program installed on the machine but I cannot find anywhere online that tells me how.

For example I want to click a button on a webpage and it to open a program on my machine. is that possible?

In writing in html

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, asdfghjkl987 said:

hey guys

 

I'm doing a little mini project atm where im building a website and im trying to get it to open a program installed on the machine but I cannot find anywhere online that tells me how.

For example I want to click a button on a webpage and it to open a program on my machine. is that possible?

In writing in html

 

Due to the security limits set on the majority of modern browsers, it is going to have to ask the user first for permission to open the local program, although it definitely is possible.

 

https://www.codeproject.com/articles/113678/how-to-execute-a-local-file-using-html-application

Hope this information post was helpful  ?,

        @Boomwebsearch 

Link to comment
Share on other sites

Link to post
Share on other sites

14 minutes ago, Boomwebsearch said:

 

Due to the security limits set on the majority of modern browsers, it is going to have to ask the user first for permission to open the local program, although it definitely is possible.

 

https://www.codeproject.com/articles/113678/how-to-execute-a-local-file-using-html-application

That is perfect, thank you

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, asdfghjkl987 said:

That is perfect, thank you

 

No problem, I am always more than happy to help out, happy coding!

 

image.png.4a8ebc139ea7e6b317c4b9ca1805cab7.png

Hope this information post was helpful  ?,

        @Boomwebsearch 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×