|
|
#1 (permalink) Top |
|
Geek
![]() |
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: 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
__________________
|
|
|
|
|
#2 (permalink) Top |
|
Geek
![]() |
Alright, I've been trying some stuff out, and this is what I did. I'm not sure if it's the best option or not, but let me know.
I made one page called reference.htm and made anchors like this: Code:
<a name="#link1"><table....></a> Code:
<iframe src="reference.htm#link1"></iframe>
__________________
|
|
|
|
|
#3 (permalink) Top |
|
Administrator
![]() Join Date: Oct 2001
Age: 24 Male
Posts: 4,382
Times Helpful: 114
My Mood: Meh
Status: Offline
|
If you'r going to manage 1000s of links, it would be best to use a link indexing script from Hot Scripts :: The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
__________________
Zone 365 | F@H Team | Team Stats | Use The Thank You System | My Groups: Manchester United | Apple |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can HTML do this? | zeus | Web Development | 3 | 26-02-2007 10:45 PM |
| i need alot of help | wcc17 | Video Cards, Displays and TV Tuners | 2 | 29-01-2007 01:02 AM |
| yall i need alot of help | erythnul | General Hardware | 4 | 21-03-2005 08:17 AM |
| Bad html | Sniper | HWF Info & Issues | 3 | 25-10-2001 09:36 PM |