Links to files

  • Thread starter Thread starter Reymond C via DotNetMonster.com
  • Start date Start date
R

Reymond C via DotNetMonster.com

Hi all

I'm building a search page for documents and files on my server machine. The
search results will be displayed in the form of links on a page.
How can I make the user's computer open the appropriate application, whenever
a use clicks on a link to access the file? For example, the link points to a .
doc file, how can I make word open on the client machine and display the file?


Thanks
 
Hi Rey,

This is something that will happen automatically. If you point to a DOC
file, then in general cases, the browser will display the DOC file itself
with the Word Plugins it has. If they don't have the plugin, then the file
gets downloaded and opened automatically. Same for PDFs, XLS, and any other
file extension you can think of.

If this wasn't what you were asking, please clarify.

-Altaf
 
Thanks Altaf. This is exactly what I was asking. Thanks for your help.

S.M. Altaf said:
Hi Rey,

This is something that will happen automatically. If you point to a DOC
file, then in general cases, the browser will display the DOC file itself
with the Word Plugins it has. If they don't have the plugin, then the file
gets downloaded and opened automatically. Same for PDFs, XLS, and any other
file extension you can think of.

If this wasn't what you were asking, please clarify.

-Altaf

--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
[quoted text clipped - 9 lines]
 

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