1 Reply Latest reply on Oct 28, 2007 6:01 AM by jvence

    javascript in html files

    noicangi

      hi, it is posible to use jvascript inside a html file in the cms?

      the wisiwigfsdfs editor change the code of the html and tha javascript doesn't funtion.

        • 1. Re: javascript in html files
          jvence

          Any answer to this? I'm also trying to put JSP code within a CMS file but it gets converted:
          <%out.println("session="+session); %>

          becomes

          &lt;%out.println(&quot;session=&quot;+session); %&gt;