You are not logged in.
Guys,
If I insert a javascript block with a src=blah.js, it gets interpreted and extra code is added into the contents each time you toggle back and forth from html mode to source mode. Any ideas if I can paste in code like that without it getting interpreted/altered.
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=1127076;
var sc_invisible=0;
var sc_partition=10;
var sc_security="60c64444";
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c11.statcounter.com/counter.php?sc_project=1127076&java=0&security=60c64444&invisible=0" alt="javascript hit counter" border="0"></a> </noscript>
<!-- End of StatCounter Code -->
Thanks.
Offline
I have detected the same problem today.
but now it seems like there is a solution.
the javascript code ist only executed in IE
Firefox doenst do anything with javascript code in the textarea.
i've tried to replace <script> tag and comment the javascript code in the textarea
but IE still gives no javascript error nor submits the form.
who can figure out the solution for IE to solve this problem.
greets zebby
Offline
http://xinha.python-hosting.com/ticket/685 could be your solution. It stops javascript from executing in the editor.
Offline