Click to See Complete Forum and Search --> : JS to Include Text Links from External File
jldnno
01-08-2004, 01:57 PM
I need to update about 200 web pages at once with text links on an ongoing basis. The links need to be indexable by the major search engines. Is there anyway that Java Script can be used to load the links from an external file so that all I have to do is make changes to the file. I'm very new to JS but I hope there is someway this will work.
Thanks for any help,
jldnno :p
Paul Jr
01-08-2004, 02:55 PM
If it's available, you could use A PHP Include, or SSI. (http://www.webdevfaqs.com/php.php#include)
ray326
01-08-2004, 05:16 PM
That's how I'm doing the nav at http://blab-n-lab.home.comcast.net so rummage around there and grab what you need. The doc for the technique is at http://devedge.netscape.com in an aritcle called "Inner Browsing."
jldnno
01-08-2004, 08:34 PM
Hey thanks for the help. Should make my life a whole lot easier.