Also ich versteh die Welt nicht mehr. Ist es möglich das in einem Object Tag gar kein JS erlaubt ist?
Ja, sieht so aus, ich hab zwar vorhin nachgeguckt und Inline-Elemente sind auch erlaubt, aber <script> anscheinend nicht, also anders:
<html>
<head>
<style type="text/css">
body { scrollbar-base-color:#F5F5F5;
scrollbar-3dlight-color:#F5F5F5;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#F5F5F5;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#E0E0E0; }
a:link { text-decoration:none; color:#0000FF}
a:visited { text-decoration:none; color:#0000FF}
a:hover { text-decoration:none; color:#0000FF}
a:active { text-decoration:none; color:#0000FF}
</style>
</head>
<body leftmargin="0"
marginwidth="0"
topmargin="0"
marginheight="0"
bgcolor="#BBCAD1">
<script type="text/javascript">
<!--
document.open("text/html");
document.writeln("<object id="Review" classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">");
document.writeln("<param name="DataURL" value="reviews/hardware_text/" + window.location.search.substring(window.location.search.indexOf("id=")+3,window.location.search.length) + ".txt">");
document.writeln("<param name="UseHeader" value="true">");
document.writeln("<param name="FieldDelim" value="|">");
document.writeln("</object>");
document.close();
//-->
</script>
<table id="Tabelle" datasrc="#Review" datapagesize="1" border="0" width="460" cellspacing="0" cellpadding="0">
<tr>
<td width="80" valign="top" align="right"><font size="2" face="Arial" color="#555555"><span datafld="Text"></span></font></td>
</tr>
</table>
</body>
</html>
Das sollte jetzt aber wirklich gehn.
Gruß
Norbert