matt:
Use a root relative reference to the external js file?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"mattlockey" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I'm trying (with little success) to add a small table to the bottom of
every page on an intranet site (with a crap server incapable of SSI) which
|
will include information including the date last updated, who the page was
contributed by etc. etc.
Quote:
I would like certain items in the table which are subject to change
(namely the webmaster name and contact number) to be stored somewhere
|
externally - so that if the webmaster changes it is simply a matter of
changing it once as apposed to 430 times! I've looked at using an external
javascript file, but using relative references I still need to modify the
'src' reference in each page according to it's relative position from my
JavaScript folder. I did look at server-side stuff, but this is a no-go.
Quote:
Anyone got any ideas?
Thanks in advance. |