http://localhost/path/runner.ext?echoFor example:
http://localhost/cgi-win/runwin.exe?echo // Win95 cgi-win http://localhost/cgi-bin/runbin.exe?echo // NT cgi-bin http://localhost/scripts/runisa.dll?echo // NT ISAPI
http://localhost/path/runner.ext?hubapp:systeminfoReplace path with the directory your web server uses for "cgi scripts". That's in quotes because the runner is a cgi script only in the most general sense of that term. But that's another story.
Replace runner.ext with the name of your runner.
For example:
http://localhost/scripts/runisa.dll?hubapp:systeminfo or http://localhost/cgi-win/runwin.exe?hubapp:systeminfoIn these examples,
hubapp is the AppID and
systeminfo is the PageID.
Copyright (c) 1995-1997 HREF Tools Corp. All Rights Reserved.