Need to send link with parameter

  • Thread starter Thread starter Alejandro K.
  • Start date Start date
A

Alejandro K.

Hi , i got the following question, i'm doing mailing internally on my
company and sometimes i need to send a link to a specific program passing a
parameter to that file.and example will be (c:\ListMaker\Lister.exe -v -x),
how can i pass a link like this?? if i do HTML on the mail like the
following line:
<a href ='file://c:\c:\ListMaker\Lister.exe -v -x'>Link<a>
it will give me that the file is invalid...

Any ideas.
Thanks in advance.
Alex.
 
Alejandro K. said:
if
i do HTML on the mail like the following line:
<a href ='file://c:\c:\ListMaker\Lister.exe -v -x'>Link<a>
it will give me that the file is invalid...

Of course it will. That's not a legal URL. You'll need to write a CGI or
ASP that will execute the program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top