Greg Mello

Greenhorn
+ Follow
since Oct 26, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Greg Mello

Hi,

I recently downloaded a very nice java applet navigation menu for a web site I am doing for a friends group. We like the look and feel of the applet so really would like to use it. the problem I am encountering is that I am having to code the actual URL params into each html page. I would much rather have an external file, like a .js file or similar, with all my link information contained in it so my menu edits would be centralized. The original files applet can be found here: NetMenu

Here is a sample of the html code:


As you can see, params "u#" are the links I was referring to. How can I get those in a centralized file?
16 years ago