I think I need to pipe a link to an application.
right now, in html I have the following link:
<a href="workspace_to_open.WOR">file://workspace_101.WOR</a>
this goes to a users mapinfo.exe application.
mapinfo opens each file twice (no double click), when it should only open it once
how do I exec mapinfo" and pipe the file to Mapinfo " ?
new to PHP, previous experience with file parsing in perl
jeanne young