javascript being changed

  •  05-06-2008, 3:48 AM

    javascript being changed

    Hello,
     
    I am an end user. When use the editor and type in this code (in HTML mode)
     
    <li><a href=ajaxpage('about_us.html', 'content');">About Us</a>
      <ul>
          <li><a href=ajaxpage('au_volunteers.html', 'content');">Volunteers</a>
          </li>
     
    into this code

      <li><a href="ajaxpage%28%27about_us.html',' content="  );="">About Us</a>
      <ul>
          <li><a href="ajaxpage%28%27au_volunteers.html%27,");=""content="">Volunteers</a>
          </li>
     
    is the any way the editor can be configured not to do this or a workaround?
View Complete Thread