Hi
I need an dynamic run through a option list, so that the data comes out in one options list.
So far i have this:
funktion skiftside()
{
document.location = henvisninger.sider.options [henvisninger.sider.selectedIndex.value;
}
But this creates a new options box for every entry...
Please help..
BR
/Karsten