<!--{cps..0}-->

  •  02-23-2006, 1:38 PM

    <!--{cps..0}-->

    I am trying to run javascript on through the Editor.   When trying to run my javascript it looks like the editor changes my script to (the value in the subject line)
     
    any ideas why this is happening?
     
    test code below:
     
    <script language='javascript'>
    function Test()
    {
        alert('TEST')
    }
     
    <body onload=Test()>
     
    </body>
View Complete Thread