filename search

B

burakirgen

Hello,

I 'm trying to write a code in Javascript in an html page about findin
and openning a file(excel or word document) in a directory by searchin
its string . For ex. the code will open a file of which name consist
of "project". What I only want is to find the file whose name matche
the key words(string) and open it in excel or word. (Not taking data
from them). Can you help me


-
burakirge
 
K

Kevin Spencer

First, are you talking about finding a file on the server or on the client?
Assuming it's a file on the server, JavaScript won't work on the server. So,
assuming you want to open a file on the client, JavaScript won't do that
either. But how to do what you want depends on what you want. So, do you
want to open a file on the server or the client?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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

Top