Editor deletes my Javascript

  •  10-11-2005, 8:43 AM

    Editor deletes my Javascript

    Hi!
    On my page I have a table where I have for all the cells this syntax:
    <td class="cellout" onmouseover="this.classname='cellover'" onmouseout="this.classname='cellout'">

    After saving the page, all lines look like this:
    <td class="cellout">

    Why did that happen? Isnt there a possibility to use Javascripts?

    Thanks a lot in advance.
    Thomas
View Complete Thread