@Candid und Co - Vertikale Zentrierung des Auswahlfeldes
Thommy
- javascript
0 David Tibbe0 Thommy
Hallo!
Ich hab die Lösung - erklären kann ich es mir aber nicht!
<html>
<head>
<title>Fotos</title>
<script type="text/javascript">
<!--
function Go(x)
{
if(x == "nothing")
{
document.forms[0].reset();
document.forms[0].elements[0].blur();
parent.frames[1].focus();
return;
}
else
{
parent.frames[1].location.href = x + ".htm";
document.forms[0].reset();
document.forms[0].elements[0].blur();
parent.frames[1].focus();
}
}
//-->
</script>
</head>
<BODY BGCOLOR="#339966" TEXT="#000000" lang=DE link="#234567" vlink="#234567" marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle">
<form name="JSForm">
<select size="1" name="JSAusw" onChange="Go(this.form.JSAusw.options[this.form.JSAusw.options.selectedIndex].value)" class="qbar" style="width:160;">
<option value=>Kategorie hier wählen:</option>
<option value="fotos">Passbilder</option>
<option value="fotosdaheim">Bei mir daheim</option>
<option value="fotosstadion">Unterwegs zum Fussball</option>
</select><form>
</td>
</tr>
</table>
</body>
</html>
Und zwar hab ich das form-tag mal nicht abgeschlossen und schon geht es - kann mir das jemand erklären???
Danke!
Gruß Thommy und Danke für Eure Hilfe! ;)
Hallo Thommy,
Ich hab die Lösung - erklären kann ich es mir aber nicht!
Ich mir auch nicht zumal niemand weiß, was eigentlich dein Problem ist/war.
Bleibe in deinem Thread bzw. setze (sofern schon im Archiv) einen Link dazu!
Grüße
David
Hallo!
Hier der Link:
http://forum.de.selfhtml.org/?t=54513&m=303124