Pinned Repositories
github-for-developers-7
SpecificBrowserHandler
Register the specific protocol to help the special URL to be opened in the specific browser. There are many web systems which still need end user to open it with MS Internet Explorer, or it would not work at all. To treat these special URL, we might register a specific protocol handler "msie:", and we could add the prefix "msie:" to "the specified URL. When you click on these URL, e.g. msie:http://xxx.com or msie:https://xxx.com, they will be opened by MS Internet Explorer directly.
blackicbm's Repositories
blackicbm/github-for-developers-7
blackicbm/SpecificBrowserHandler
Register the specific protocol to help the special URL to be opened in the specific browser. There are many web systems which still need end user to open it with MS Internet Explorer, or it would not work at all. To treat these special URL, we might register a specific protocol handler "msie:", and we could add the prefix "msie:" to "the specified URL. When you click on these URL, e.g. msie:http://xxx.com or msie:https://xxx.com, they will be opened by MS Internet Explorer directly.