Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8820031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:30:32+00:00 2026-06-14T05:30:32+00:00

I was learning about custom protocols for few days, and there’s one thing that

  • 0

I was learning about custom protocols for few days, and there’s one thing that I don’t understand.
I know how to start an app with custom protocol, but My question is,
Is it possible to get apps response and print it in Web Browser using javascript?
For example If I will send request to protocol myapp:// , that will open an app written in C#, and that app will return string “This is response” can to print it in Web Browser?
If so, can you help me to accomplish it?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T05:30:33+00:00Added an answer on June 14, 2026 at 5:30 am

    Internet protocols aren’t all about browsers.

    mailto: causes an action in an email program (e.g. start a new email)

    ftp: causes an action in an FTP program (which might be integrated into a web browser or Windows Explorer)

    gopher: (well, that’s not really prevalent anymore)

    myapp:// will cause your (C#) app to start running. At that point, it can do anything a C# app can do. One thing it could choose to do is create a .html file on disk, and use

    Process.Start("file://Path/To/My.html")
    

    to cause the default web browser to open the document it just created.

    UPDATE

    You can certainly have your myapp:// protocol handler send an update to the web server that hosts the page in question. My assumption here is that the myapp:// handler is running on a client machine, and there is a web server on a different URL http://mydomain.com serving a page that includes a myapp:// reference.

    1. Web server renders a page that includes both a myapp:// URL and Ajax code to periodically query the web server for updates to part of the HTML body.
    2. User clicks the myapp:// URL
    3. Protocol handler runs
    4. Protocol handler sends an update to the web server, e.g. http://mydomain.com?user=joe&result=123
    5. Web server uses ?user=joe&result=123 to update response next time the Ajax callback is initiated
    6. Ajax callback gets updated data for page from web server, updates page.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm about to upgrade to Visual Studio 2010, and I'm learning that there are
I am learning about raw sockets. I heard that ping utility is using raw
I'm learning about the MVC architecture these days and I'm confused MVC with the
I've been learning about divs over the past few months, and am now able
I'm just learning about custom controls in C# (window forms) I've created the below
I'm learning about using Custom Views from the following: http://developer.android.com/guide/topics/ui/custom-components.html#modifying The description says: Class
I've just started learning about extending the Configuration file structure by creating custom section
I've been reading/learning more about Spring lately, and how one would use Spring in
There's an awful lot on the web these days about how important it is
In designing and learning about an ASP.NET Web API I've come across a few

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.