J
James Cooke
The clients that connect to my webserver all have a bunch of html files
located on their hard drives, ie
c:\myfiles\html1.htm
c:\myfiles\html2.htm
c:\myfiles\html3.htm
c:\myfiles\html4.htm
c:\myfiles\html5.htm
These html files will start up some flash movies.
I want them to be able to click links on my webserver, and the links will
open up the html files located on their hard drive. Right now, when they do
that nothing happens.
This is the href I am using:
<a href="file:///c:/clarion6/bin/flash/dct7a.htm"
target="_blank">c:\clarion6\bin\flash\dct7a.htm</a>
Nothing happens here.
However, if I specify
<a href="file:///" target="_blank">c:\clarion6\bin\flash\dct7a.htm</a>
Windows explorer, under My Computer pops up.
This means *something* is possible.
Any ideas as to get this right?
Thanks
located on their hard drives, ie
c:\myfiles\html1.htm
c:\myfiles\html2.htm
c:\myfiles\html3.htm
c:\myfiles\html4.htm
c:\myfiles\html5.htm
These html files will start up some flash movies.
I want them to be able to click links on my webserver, and the links will
open up the html files located on their hard drive. Right now, when they do
that nothing happens.
This is the href I am using:
<a href="file:///c:/clarion6/bin/flash/dct7a.htm"
target="_blank">c:\clarion6\bin\flash\dct7a.htm</a>
Nothing happens here.
However, if I specify
<a href="file:///" target="_blank">c:\clarion6\bin\flash\dct7a.htm</a>
Windows explorer, under My Computer pops up.
This means *something* is possible.
Any ideas as to get this right?
Thanks