Send email conting link to local html file that accepts parameter

  • Thread starter Thread starter terrydupuis
  • Start date Start date
T

terrydupuis

I'm having a probelm with links that look like:

file:///C:/webs/viewer/file.htm?path=/english/index.html

What I can't figure out is how to send this link so that it can be
clicked on by the recipient. I tried a few different combo's such as
<file:///C:/webs/viewer/file.htm?path=/english/index.html> but no go...

Any ideas?
 
I'm having a probelm with links that look like:

file:///C:/webs/viewer/file.htm?path=/english/index.html

What I can't figure out is how to send this link so that it can be
clicked on by the recipient. I tried a few different combo's such as
<file:///C:/webs/viewer/file.htm?path=/english/index.html> but no
go...

Any ideas?

Try writing it as

<file:///C:\webs\viewer\file.htm?path=/english/index.html>
 
I'm having a probelm with links that look like:

file:///C:/webs/viewer/file.htm?path=/english/index.html

What I can't figure out is how to send this link so that it can be
clicked on by the recipient. I tried a few different combo's such as
<file:///C:/webs/viewer/file.htm?path=/english/index.html> but no
go...

Any ideas?

Oh, by the way, a link like the above would require that the file
C:\webs\viewer\file.htm be on the recipient's local hard drive.
 
Back
Top