"C #" URL Protocol

Source: Internet
Author: User

"C #" URL Protocol

The Web page calls the local program, supports all browsers under Windows, compared with the browser plug-in implementation is simple, but to determine whether the call succeeds, only ie10 above has functions, other browsers have to implement (with IFRAME)

Realize:

1. Write to the registry, in the following form

5.00 [Hkey_classes_root\regname]  --Regname The Custom registry key name "URL Protocol"= ""  [hkey_classes_root\regname\defaulticon]@="icopath"[HKEY_ Classes_root\regname\shell][hkey_classes_root\regname\shell\open][hkey_classes_root\regname\shell\open\command ]@="filePath \"%1\""--filePath Local program path,%1 writes dead for parameter

2. JS Call

// support IE 10 or above function OpenForIe10 (para) {    var"regname:\\"+para;    Navigator.mslaunchuri (Message,              function () {                  alert ('success' ) ); Call succeeded              },              function () {                  alert ('failed');//call failed              }      );}

"C #" URL Protocol

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.