P
preston
I am sure this is very possible, but I've already wasted
a lot of time trying to find the feature.
I have automated producing management reports for my
organization with Excel macros. I can successfully publish
(save in html format) individually every page of the
report onto my hard disk(web later). So at the end of the
exercise I have got a lot of html documents on my hard
drive.
How do I design my Wep page to dynamically scan my hard
drive for the documents and dynamically create hyperlinks
to these reports. These reports are named according to
different categories and can be grouped as such. So I
should be able to choose a criteria and see related
document hyperlinks on the Web page. The Web document
search facility(webbot) demonstrates exactly what I am
trying to achieve, but I can't seem to give it the right
parameters to search my hard drive.
The reason why I need the design to be dynamic is that I
produce these reports monthly for different departments
and the repoting doesn't always produce the same number
of pages.
I am a programmer though new to JavaScript - just to give
an indication of level of understanding.
a lot of time trying to find the feature.
I have automated producing management reports for my
organization with Excel macros. I can successfully publish
(save in html format) individually every page of the
report onto my hard disk(web later). So at the end of the
exercise I have got a lot of html documents on my hard
drive.
How do I design my Wep page to dynamically scan my hard
drive for the documents and dynamically create hyperlinks
to these reports. These reports are named according to
different categories and can be grouped as such. So I
should be able to choose a criteria and see related
document hyperlinks on the Web page. The Web document
search facility(webbot) demonstrates exactly what I am
trying to achieve, but I can't seem to give it the right
parameters to search my hard drive.
The reason why I need the design to be dynamic is that I
produce these reports monthly for different departments
and the repoting doesn't always produce the same number
of pages.
I am a programmer though new to JavaScript - just to give
an indication of level of understanding.