i have the following code between <head> and </head>
<script language="JavaS cript1.2" src="menun_data .js" ></script>
as a part of a dropdownmenu.
i want to change menun_data.js for menuf_data.js witch is the same file in an other language.
I will use 4 languages, therfore i defined the following array,
[CODE=javascript]<script type="text/javascript">
menu= new Array();
menu[0]="menun_data.js ";
menu[1]="menuf_data.js ";
menu[2]="menud_data.js ";
menu[3]="menue_data.js ";
</script>[/CODE]
But i dont now how to make the relation en the changes.
<script language="JavaS cript1.2" src="menun_data .js" ></script>
as a part of a dropdownmenu.
i want to change menun_data.js for menuf_data.js witch is the same file in an other language.
I will use 4 languages, therfore i defined the following array,
[CODE=javascript]<script type="text/javascript">
menu= new Array();
menu[0]="menun_data.js ";
menu[1]="menuf_data.js ";
menu[2]="menud_data.js ";
menu[3]="menue_data.js ";
</script>[/CODE]
But i dont now how to make the relation en the changes.
Comment