C
Chris Shearer Cooper
Sorry for the cross-post, not sure where to put this question ...
I need to make it possible for the user to control my application via a
browser, and I realize one of my options is to write a browser plugin for
every version of every browser on every platform, but then a friend pointed
out that BitTorrent had actually created its own protocol (torrent://) and
somehow registered it so the browser knew where to go when a URL with that
prefix appeared.
Can I use this to make a more generic interface to my application? That is,
can I somehow register with Windows that my application provides the narg://
protocol, and then write JavaScript stuff that talks to URLs with the
narg:// protocol?
Thanks!
Chris
I need to make it possible for the user to control my application via a
browser, and I realize one of my options is to write a browser plugin for
every version of every browser on every platform, but then a friend pointed
out that BitTorrent had actually created its own protocol (torrent://) and
somehow registered it so the browser knew where to go when a URL with that
prefix appeared.
Can I use this to make a more generic interface to my application? That is,
can I somehow register with Windows that my application provides the narg://
protocol, and then write JavaScript stuff that talks to URLs with the
narg:// protocol?
Thanks!
Chris