Hello,
I want to open a windows exe resident on the client pc from a web page.
Using html I could have an anchor something like:
<a href="file:///C:/WIN95/Explorer.exe">file:///C:/WIN95/Explorer.exe</a></p>
but I do not want the viewer to see the "File download" dialog window that would normally open.
The actual exe (not explorer) will print data resulting from the selection of items on a page generated from a php database query.
Suggestions appreciated.
KIM
Cheers
KIM