Hi,
just a quick follow-up to my original post on some javascript side-effect I was running into as described here:
https://vborg.vbsupport.ru/showpost....&postcount=461
I was able to solve the problem by modifying the plugin "Highslide Headinclude & Initialization" as follows:
remove the first "\" in the highslide path. In a nutshell, originally I had
Code:
<script type=\"text/javascript\" src=\"/highslide/highslide.js\"></script>
and I modded it as:
Code:
<script type=\"text/javascript\" src=\"highslide/highslide.js\"></script>
Hope this helps if anyone else runs into similar problems.
- Adriano