Xavier,
Following is a javascript problem I had with DHTML Menu Builder and a 'fix' for the problem. Have posted here in case it is something you need to work on - please note this is the only report I have received.
I recently had this message from 'MiTo' a visitor to my site:
"I have noticed a java script error when viewing roundup files, error box pops out and i have to use force to shut it down (task menager) and only way to view it is to turn off java support, I use latest Internet Explorer so I cant be sure if everything works with other browsers"
He is using Windows Professional, Service Pack 1 and Internet Explorer 6, service pack 1.
I asked him to visit your site and he confirmed the error occurs there also. The Java Script error is:
Decription:Can't execute code from a freed script
Source http://www.ufoinfo.com/roundup/v08/rnd0843.shtml
Line:19
After a few tests MiTo said he thought the problem might be with his PC and when he tried another PC with same specs he found everything okay. However a bit of searching at Google came up with the answer to the problem and a fix [This worked for MiTo]:
Ok try this. In internet explorer, go to
View -> Encoding.
If it's set to Western European (ISO), switch it to Unicode (UTF-8). Then reload the page.
This cured the problem for MiTo. The fix is:
Add encoding='UTF-8' to your <script> tags.
i.e.:
<script language='javascript' src='top.js' encoding='UTF-8'>
This was found at: http://www.rentacoder.com/RentACo....d=81183
Hope this is of some use.
John