Hey an alle,
hab ein PSD-Design gescriptet und gecodet doch jetzt bekomme ich Probleme.
Bisher lief alles ganz gut doch nun treten 2 Probleme auf.
1. Problem: Man kann sich nicht einloggen, dauerhaft kommt der Fehler "Please enable cookies...[...]"
2. Problem: Wenn man sich denn dann eingeloggt hat, bleibt das Login-Fenster bestehen und wechselt nach dem Checklogin nicht zu der logged.html Template.
Quelltext-Ausschnitt
|
HTML
|
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
|
<tr>
<td colspan="3" rowspan="9">
<img src="Bilder/index_51.jpg" width="32" height="196" alt=""></td>
<td colspan="7" rowspan="8">
<img src="Bilder/index_52.jpg" width="235" height="190" alt=""></td>
<td rowspan="8">
<img src="Bilder/index_53.jpg" width="3" height="190" alt=""></td>
<td colspan="9" rowspan="8">
<img src="Bilder/index_54.jpg" width="237" height="190" alt=""></td>
<td rowspan="8">
<img src="Bilder/index_55.jpg" width="3" height="190" alt=""></td>
<td colspan="8" rowspan="8">
<img src="Bilder/index_56.jpg" width="237" height="190" alt=""></td>
<td rowspan="8">
<img src="Bilder/index_57.jpg" width="1" height="190" alt=""></td>
<td colspan="6" rowspan="9">
<img src="Bilder/index_58.jpg" width="15" height="196" alt=""></td>
<td colspan="19">
<img src="Bilder/index_59.jpg" width="303" height="5" alt=""></td>
<td colspan="3" rowspan="6">
<img src="Bilder/index_60.jpg" width="34" height="70" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="5" alt=""></td>
</tr>
<div id="login">
<form method="post" name="login" action="checklogin.php">
<tr>
<td colspan="2">
<img src="Bilder/index_61.jpg" width="28" height="19" alt=""></td>
<td colspan="4">
<input name="ws_user" type="text" size="13" value="Username" onFocus="this.value=''" style="margin:0px; height: 19px; width: 125px; background-image: url(Bilder/index_62.jpg); border: 0; color: #808080;" /></td>
<td rowspan="5">
<img src="Bilder/index_63.jpg" width="8" height="65" alt=""></td>
<td colspan="10" rowspan="5">
<img src="Bilder/index_64.jpg" width="128" height="65" alt=""></td>
<td colspan="2" rowspan="5">
<img src="Bilder/index_65.jpg" width="14" height="65" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="19" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="Bilder/index_66.jpg" width="153" height="4" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="Bilder/index_67.jpg" width="28" height="19" alt=""></td>
<td colspan="4">
<input name="pwd" type="password" size="13" value="Password" onFocus="this.value=''" style="margin:0px; display: block; height: 19px; width: 125px; background-image: url(Bilder/index_68.jpg); border: 0; color: #808080;" /></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="19" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="Bilder/index_69.jpg" width="153" height="4" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td colspan="3">
<input type="image" src="Bilder/index_70.jpg" name="submit" style="margin:0px; border: 0;" /></td>
<td colspan="2">
<a href="index.php?site=register"><img src="Bilder/index_71.jpg" width="54" height="19" alt=""></a></td>
<td>
<a href="index.php?site=lostpassword"><img src="Bilder/index_72.jpg" width="36" height="19" alt=""></a></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="19" alt=""></td>
</tr>
</form>
</div>
<tr>
<td colspan="22">
<img src="Bilder/index_73.jpg" width="337" height="7" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="7" alt=""></td>
</tr>
|
Link zur Page
Hoffe jemand von euch kann mir weiterhelfen
Greetz
BlueVision