把<script></script>标记内的内容单独保存成一个.js文件
<td><script src="ddd.js"></script></td>

解决方案 »

  1.   

    或者去掉.JS中数组定义那一块,把具体的内容放在调用页内:
    <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="15" valign="top"><img src="images/news.gif" alt="" width="11" height="11" /></td>
        <td width="64">消息:</td>
        <td width="321">
    <script src="ddd.js"></script></td>
      </tr>
    </table>
    <script>
    marqueeContent[0]='<a href="#" target="_blank">123456</a>';
    marqueeContent[1]='<a href="#" target="_blank">234567</a>';
    marqueeContent[2]='<a href="#" target="_blank">345678</a>';
    marqueeContent[3]='<a href="#" target="_blank">456789</a>';
    marqueeContent[4]='<a href="#" target="_blank">567890</a>';
    </script>
      

  2.   

    4个地方调用不同的内容,需要4个独立的frame,不能在同一个页面下调用.
      

  3.   

    你帮忙修改下吧, 不想用frame来控制
    分不够搞定再加