Hi guys,
I am currently setting up an Intranet at the place I work. I know HTML pretty well, but I can't find a solution to this problem. We have tons of files on the server. On a couple of pages on the Intranet their are links that people can click on which will download those files or open the folder. The problem is, the links change almost weekly. What I want to do is put a static link on the actual page that will link to another page where the link changes. This is hard to explain, but basically, I want to have one page with all the links that can be updated.
For example:
I have page: "worddocs.htm" and "exceldocs.htm"
On those pages I have links to: file:\\\\\Server\file.doc, etc.
What I want to do is:
on worddocs.htm
and on REFERENCE PAGE.htm,
I want something that can see that the user is trying to find WORDDOC and redirect them there.
Not sure if you'll understand, but it's worth a shot.
The main point of this is that I want to put in all the links now, and have ONE page that I have to continually update instead of 100.
Thanks
I am currently setting up an Intranet at the place I work. I know HTML pretty well, but I can't find a solution to this problem. We have tons of files on the server. On a couple of pages on the Intranet their are links that people can click on which will download those files or open the folder. The problem is, the links change almost weekly. What I want to do is put a static link on the actual page that will link to another page where the link changes. This is hard to explain, but basically, I want to have one page with all the links that can be updated.
For example:
I have page: "worddocs.htm" and "exceldocs.htm"
On those pages I have links to: file:\\\\\Server\file.doc, etc.
What I want to do is:
Code:
<html>
<a href="REFRENCE PAGE.htm">Click Me to download WORDDOC</a>
and on REFERENCE PAGE.htm,
I want something that can see that the user is trying to find WORDDOC and redirect them there.
Not sure if you'll understand, but it's worth a shot.
The main point of this is that I want to put in all the links now, and have ONE page that I have to continually update instead of 100.
Thanks