Hallo,
ich bin da wirklich mit meinem Latein am Ende.
Warum geht die Seite
http://www.fatal-vortex.de/start.php?f=login.php nicht mit Firefox 0.8?? (Mit mozilla und so schon).
Hier der code:
Code:
<html>
<HEAD>
<title>Fatal Vortex</title>
<LINK REL="STYLESHEET" TYPE="TEXT/CSS" HREF="http://static.favo.tv/tplfiles/1/styles.css">
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
var validated = true;
var valid = new Array ('www.fatal-vortex.de', 'v2.fatal-vortex.de');
// for (var num = 0; num < valid.length; num++) { if (valid[num] == parent.location.host) validated = true; }
if (validated == false || parent.frames.length < 2) parent.location.href = 'http://www.fatal-vortex.de/start.php?f=login.php';
</SCRIPT>
<form method="post" target="_blank" action="http://www.alphacenter.de/user_login.php">
<table cellspacing="0" cellpadding="0" border="0" class="LIST2" align="center">
<tr>
<th colspan="2" class="LIST2">Login</th>
</tr>
<tr>
<td colspan="2" height="3">
</td>
</tr>
<tr class="LIST2">
<td class="LIST2">Loginname:</td>
<td class="LIST2"><input class="LIST2" type="text" name="login"></td>
</tr>
<tr class="LIST2">
<td class="LIST2">Passwort:</td>
<td class="LIST2"><input class="LIST2" type="password" name="password"></td>
</tr>
<tr>
<td colspan="2" height="3">
</td>
</tr>
<tr>
<td colspan="2" class="LISTSTD" align="right"><input class="LISTSTD" type="submit" value="Login"></td>
</tr>
</table>
<input type="hidden" name="i" value="40b5000d586a76ad1a1143a801b6523a">
</form>
<table cellspacing="0" cellpadding="0" border="0" class="LIST2" align="center">
<tr>
<th class="LIST2">Optionen</th>
</tr>
<tr>
<td height="3">[img]tplfiles/1/trans.gif[/img]</td>
</tr>
<tr class="LIST2" onMouseOver="this.className='LIST2HOVER';" onMouseOut="this.className='LIST2';">
<td align="center" class="LIST2">Premium-Login zum Bookmarken</td>
</tr>
<tr>
<td height="3">[img]tplfiles/1/trans.gif[/img]</td>
</tr>
<tr class="LIST2" onMouseOver="this.className='LIST2HOVER';" onMouseOut="this.className='LIST2';">
<td align="center" class="LIST2">Zum SSL-Login wechseln</td>
</tr>
<tr>
<td height="3">[img]tplfiles/1/trans.gif[/img]</td>
</tr>
<tr class="LIST2" onMouseOver="this.className='LIST2HOVER';" onMouseOut="this.className='LIST2';">
<td align="center" class="LIST2">Passwort vergessen?</td>
</tr>
</table>
</BODY>
</HTML>