Captain Crush: Problem mit Noscript

Beitrag lesen

Hallo Ashura,

Welcher Quelltext? Ich sehe nichts.

hier:

<html>
<head>
<title>Regnum Allianz</title>
<script type="text/javascript">
var bilder1 = new Array(
    '1.jpg',
    '2.jpg',
    '3.jpg',
    '4.jpg',
    '5.jpg',
    '6.jpg',
    '7.jpg',
    '8.jpg',
    '9.jpg',
    '10.jpg'
);

var anzahl = bilder1.length;
var nr = Math.floor(Math.random()*anzahl);
document.write('<p><img src="Regnum-Dateien/'+bilder1[nr]+'" width="162" height="111" alt="" /></p>');
</script>
</head>

<body background="Regnum-Dateien/space.gif">

<table border="0" cellpadding="0" cellspacing="0"  width="810" height="12" bgcolor="#011FA9">
<tr>
<td width="810" height="12">
</td>
</tr>
</table>

<noscript>
<p><img src="Regnum-Dateien\1.jpg" width="162" height="98" alt="" /></p></noscript>
</p>

<table border="0" cellpadding="0" cellspacing="0"  width="810" height="12" bgcolor="#011FA9">
<tr>
<td width="810" height="12">
</td>
</tr>
</table>
</body>
</html>