Use inline Javascript in Wordpress post
You just have to install a plugin called inline-js.
When you want to write a post with javascript, do like this :
[inline]
<script type=”text/javascript”>
document.write(”hello world!”);
</script>
[/inline]

2007-12-03 at 11.28 pm
Excellent ! Juste ce que je cherchais.
Merci