Re: Javascript is interpreted but it shouldn't

  •  10-27-2005, 6:23 AM

    Re: Javascript is interpreted but it shouldn't

    Well on that page the problem is different.

    When I paste
    <script language="JavaScript">
    <!-- Begin
    document.write('<a href=\"mailto:contact'+ '@' + info.com\">');
    document.write('contact'+ '@' +'info.com</a>');
    // End -->
    </script>
     
    in the HTML view then I switch to WYSIWYG view and then to HTML view again my javascript code has gone and is replaced by a simple <a contact@info.com">href=contact@info.com>contact@info.com</a>
     
    Any idea ?
View Complete Thread