I'm using Drupal 4.7rc3 and having a javascript problem whenever I turned on the Clean URL option. When I turn on Clean URL, the javascripts are not loaded. These scripts require to place the following between and

<script language="javascript1.2" src="script1.js"></script>
<script language="javascript1.2" >folder="./";</script>
<script language=javascript1.2 src="script2.js" ></script>

I modified the template to satisfy do to that. I didn't have any problem when I used 4.6.

Any idea?

Thanks.