Search found 3 matches

by skyfire
Wed Sep 18, 2002 9:06 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can I have the .js files in another location?
Replies: 10
Views: 7796

I've managed to fix that problem, the menu appears now except the arrow.gif file doesn't appear once I've followed a link. I have changed the menu_array.js to have an absolute link to the image but it didn't help.

suggestions?
by skyfire
Wed Sep 18, 2002 8:29 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can I have the .js files in another location?
Replies: 10
Views: 7796

Can I have the .js files in another location?

Can I have the .js files in another location to the main entry point .html file?

I have tried putting absolute links in:

<SCRIPT language=JavaScript src="http://www-cgi.monash.edu.au/cgi-bin/cgiwrap/mlhol1/menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="http://www ...
by skyfire
Sun Sep 08, 2002 6:07 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menus generated dynamically??
Replies: 1
Views: 2302

Menus generated dynamically??

Is it possible to access the addmenu() function from outside of the array JavaScript file?

What I would like it is to have the menus generated dynamically from controlling perl code, which would call the addmenu() from outside of the array JavaScript file.

The way I wanted to have it was using ...