<p><input type="button" value="click" onclick="abc()"> </p>
<table width="200">
  <tr>
    <td id="aa"></td>
  </tr>
</table>
<script language="javascript">
function abc(){
document.all.aa.innerHTML=('<marquee direction="up" onmouseover="this.stop()" onmouseout="this.start()">小雨在线,代码特效</marquee>')
}
</script>