Servus Leutz...
Ich hab ein problem dass schnell gelöst werden sollte..sry
Alos folgendes..
Ich hab meine Seite nun mit Selectlists verlinkst:
So:
-----------------------------------------------------------
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
<!--
function goToURL()
{
location.href=document.form1.select[document.form1.select.selectedIndex].value;
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="">
<select name="select" size="1" onchange="goToURL()">
<option selected value="#">--Auswahl treffen--</option>
<option value="Test.htm#Marke1">Marke 1</option>
<option value="Test.htm#Marke2">Marke 2</option>
<option value="Test.htm#Marke3">Marke 3</option>
<option value="Test.htm#Marke4">Marke 4</option>
</select>
</form>
</body>
</html>
Nun möchte ich aber nicht nur zur Sprungmarke sondern auch in nen Anderen Frame linken... Wo muss dass hin ????
Vielen Dank im Voraus
Mfg thomas