XSL, Scriptaculous and Firefox
João Almeida
7 October 2008 16:10
If you’re trying to use scriptaculous within a xsl for Firefox you cannot load the “scriptaculous.js” file. Instead you have to load them separately (the necessary ones), like this:
<script src=”javascripts/prototype.js” type=”text/javascript”></script>
<script src=”javascripts/effects.js” type=”text/javascript”></script>


