Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [JS] Pulldown-Menü funktioniert nicht (https://www.gegen-bilderklau.net/thread.php?threadid=124179)


Geschrieben von -Conny- am 14.12.2007 um 16:41:

  Pulldown-Menü funktioniert nicht

Hey,
ich habe ein Problem, undzwra mein Pulldwon-Menü funktioniert nicht und mittlerweile habe ich auch keine Ahnung mehr an was es leigen kann =(
Der Code ist folgender:

sparkasse2.htm
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
<html>

<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>

<body>

<p align="center"><font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
&quot;Wir freuen uns, dass du den Weg hierher, zu unserer Bank gefunden hast. Nun 
kannst du dein Konto verwalten, Überweisungen tätigen oder deinen Kontostand 
einsehen.&quot;</font></p>
<p align="center"><font face="Tahoma" style="font-size: 8pt" color="#4F4D35">
<b>Kontostand anzeigen</b> | Überweisen</font></p>
<p align="center"><font face="Tahoma" style="font-size: 8pt" color="#4F4D35"><br>Bitte 
wähle aus, welches Konto du sehen möchtest</font></p>


<script language="JavaScript" type="text/javascript">
<
function pulldown(form)
{
	var mypull = form.dest.selectedIndex;

	self.location.href = form.dest.options[mypull].value;
}
>
</script>



<form>
  <p align="center">
  <select name="dest" size="1" style="font-family: Tahoma; font-size: 8pt; border: 1px solid #7C7A52; background-color: #C6C4A8">
    <option value="leila.php3">Leila</option>
    <option value="sparkasse.htm">Sparkasse</option>
    <option value="start.htm">Start</option>
    <option value="hofhund.htm">Hofhund</option>
  </select>&nbsp;&nbsp;&nbsp;

  <input type="button" value="Anzeigen" onclick="pulldown(this.form);" style="font-family: Tahoma; font-size: 8pt; border: 1px solid #7C7A52; background-color: #C6C4A8" />
	</p>
</form></p>

<div align="center">
	&nbsp;<table border="0" width="68%" height="186">
		<tr>
			<td bgcolor="#C6C4A8" height="24"><font face="Tahoma" color="#4F4D35">
			<span style="font-size: 8pt">&nbsp; <b>Konto von:</b> Testuser (Kontonummer 00000)</span></font></td>
		</tr>
		<tr>
			<td width="93%" height="10" bgcolor="#BDBB9B">
			<span style="font-size: 2pt">&nbsp;</span></td>
		</tr>
		<tr>
			<td bgcolor="#C6C4A8" height="21">
			<table border="0" width="100%" style="border-collapse: collapse">
				<tr>
					<td width="231"><font face="Tahoma" color="#4F4D35">
					<span style="font-size: 8pt">&nbsp; Kontostand am 13.12.2007</span></font></td>
					<td>
					<table border="0" width="100%" style="border-collapse: collapse">
						<tr>
							<td>&nbsp;</td>
							<td width="9"><font face="Tahoma" color="#4F4D35">
							<span style="font-size: 8pt; font-weight: 700">2</span></font></td>
							<td width="9"><font face="Tahoma" color="#4F4D35">
							<span style="font-size: 8pt; font-weight: 700">0</span></font></td>
							<td width="9"><font face="Tahoma" color="#4F4D35">
							<span style="font-size: 8pt; font-weight: 700">0</span></font></td>
							<td width="9"><font face="Tahoma" color="#4F4D35">
							<span style="font-size: 8pt; font-weight: 700">0</span></font></td>
							<td width="18"><font face="Tahoma" color="#4F4D35">
							<span style="font-size: 8pt; font-weight: 700">€</span></font></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td bgcolor="#C6C4A8" height="64">
			<table border="0" width="100%" style="border-collapse: collapse">
				<tr>
					<td width="231"><font face="Tahoma" color="#4F4D35">
					<span style="font-size: 8pt">&nbsp; </span></font>
			<font face="Tahoma" style="font-size: 8pt" color="#4F4D35">• Kauf 
					eines Stoff-Sattelgurtes</font></td>
					<td>
					<table border="0" width="100%" style="border-collapse: collapse">
						<tr>
							<td width="26">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">&nbsp;&nbsp;&nbsp;&nbsp; 
							-</font></td>
							<td>&nbsp;</td>
							<td width="9">&nbsp;</td>
							<td width="9">&nbsp;</td>
							<td width="9">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							2</font></td>
							<td width="9">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							0</font></td>
							<td width="18">
							<p align="left">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							€</font></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			<table border="0" width="100%" style="border-collapse: collapse">
				<tr>
					<td width="231"><font face="Tahoma" color="#4F4D35">
					<span style="font-size: 8pt">&nbsp; </span></font>
			<font face="Tahoma" style="font-size: 8pt" color="#4F4D35">• Gewinn 
					vom Kreuzworträtsel</font></td>
					<td>
					<table border="0" width="100%" style="border-collapse: collapse">
						<tr>
							<td width="26">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">&nbsp;&nbsp;&nbsp;&nbsp; 
							+</font></td>
							<td>&nbsp;</td>
							<td width="9">&nbsp;</td>
							<td width="9">&nbsp;</td>
							<td width="9">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							2</font></td>
							<td width="9">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							0</font></td>
							<td width="18">
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							€</font></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td bgcolor="#C6C4A8" height="21">
			<table border="0" width="100%" style="border-collapse: collapse">
				<tr>
					<td width="231"><font face="Tahoma" color="#4F4D35">
					<span style="font-size: 8pt">&nbsp; </span></font>
					<font face="Tahoma" style="font-size: 8pt" color="#4F4D35">
					Aktueller Kontostand</font></td>
					<td>
					<table border="0" width="100%" style="border-collapse: collapse">
						<tr>
							<td>&nbsp;</td>
							<td width="9"><b>
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							2</font></b></td>
							<td width="9"><b>
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							0</font></b></td>
							<td width="9"><b>
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							0</font></b></td>
							<td width="9"><b>
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							0</font></b></td>
							<td width="17"><b>
							<font color="#4F4D35" style="font-size: 8pt" face="Tahoma">
							€</font></b></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td bgcolor="#C6C4A8">
			<font face="Tahoma" color="#4F4D35"><span style="font-size: 8pt">&nbsp;
			<b>Letzte Aktualisierung:</b> 13.12.2007</span></font></td>
		</tr>
	</table>
</div>

</body>

</html>

<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #5E5C3E;
scrollbar-track-color: #ffffff;
}
-->
</STYLE> 


Ich hoffe es kann mir jemand helfen smile

LG, Conny



Geschrieben von Julia712 am 27.12.2007 um 00:18:

 

Problem schon gelöst?

Kann dir ansonsten einen funktionierenden Code anbieten (sowohl IE als auch FF)...

Lg, Julia712


Forensoftware: Burning Board, entwickelt von WoltLab GmbH