how do I launch a program on the local computer from a web page

R

Ray Marean

A customer requires launching my local Visual C program from their web page.
they also want to pass data to my program. I have created a Publisher web
page and inserted the following HTML code fragment "<a
href="file:///C:/yss/sra/sra32.exe">Launch SRA</a>" but it doesn't work. I
know it can be done but it's ouside of my expertise. Thanks for any help.
 
Top