Hallihallo!
Die Funktion, die für das Ändern des/der (unrichtiges bitte streichen ;) ) URL verantwortlich ist, ist die Funktion surfto().
Versuch mal diese geänderte Version:
<script language="JavaScript">
<!--
function surfto(form)
{
var myindex = form.select1.selectedIndex;
if (form.select1.options[myindex].value != "0")
{
parent.Framename.location.href = form.select1.options[myindex].value;
}
}
Ich hoffe, damit konnte ich Dir helfen...
Viele liebe Grüße,
Der Dicki