Marcel Georgii: Variablen mit Link übergeben und Auswerten

Beitrag lesen

Ok hab ich gemacht aber es geht oimmer noch ned! Bin ich so blöd? Hier mal der kompletter Quelltext. Aber wenn ich anstelles des JavaSripts einen festen Wert reinschreibe geht es!

--------------------------------------------------------------------------------------------------------------

<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">

<object id="Review" classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">

<script type="text/javascript">
   <!--
    document.open();
    document.write("<param name="DataURL" value="reviews/hardware_text/" + window.location.search.slice(4) + ".txt">");
    document.close();
    //-->
   </script>

<param name="UseHeader" value="true">
   <param name="FieldDelim" value="|">
  </object>

<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>

--------------------------------------------------------------------------------------------------------------