Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run: Protocol Handler 2.0
#1
This litle program allows you to launch executables from web pages (read active desktop themes) without being bothered by a download dialog.

http://www.blackbit.net/frames/software.html

help:
http://www.blackbit.net/freeware/readme.rph2.txt
pi
#2
here is an example :

javascript (extend the function to pass variables)
Code:
Copy      Help
function save() {
        window.location.href = "run:qmcl.exe?Q° M °run_protocol° A (arg 1) (arg 2 and °quoted text°)";
}

run_protocol
Code:
Copy      Help
function $arg1 $arg2

out "arg1=%s[]arg2=%s" arg1 arg2
pi


Forum Jump:


Users browsing this thread: 2 Guest(s)