[REBOL] Re: set-browser-path
From: bry:itnisk at: 24-Jul-2003 13:24
As an addendum to what was said earlier, if you have the following:
Jslink: {javascript:alert("hi");}
browse to-url Jslink
then this will open your default javascript protocol handler and present
an alert with the text "hi" in it.
I tried to get the same thing to work with browsing the file:\\\
protocol to cmd.exe but unfortunately that attempts to download it, so
basically the only solution that I can think of, unless you have a
version of Rebol with command capabilities is to do your own pluggable
protocol that passes the stuff onto cmd from there. Not difficult if you
follow what I said earlier however.