I’m trying to include a javascript in my snippet but when I save the snippet I have a redirected page in the snippet edit area of the manager to my hosteur (his 404 page I think).
Don’t know why, yesterday all worked, could it be a problem with my hosteur (hosteur.com) ?
Im’ currently playing with the new MooTools v1.0.
I’m trying :
echo <<<END
<script type='text/javascript'>
....
</script>
END;
echo "<script type='text/javascript'>";
...
echo "</script>";
END;
$script=<<< END
<script type='text/javascript'>
...
</script>
END;
Perhaps someone had already this problem, I don’t know where it comes from.