Hi Sebastian,
wie waers damit:
var items = new Array();
items["Thema 1"] = "adress1.htm";
...
function go(thema)
{document.location.href=items[thema];}
MfG Simon
Hi Sebastian,
wie waers damit:
var items = new Array();
items["Thema 1"] = "adress1.htm";
...
function go(thema)
{document.location.href=items[thema];}
MfG Simon