Seite 1 von 1

Ajax Slide Menu and javascript path problem

Verfasst: Mo 9. Okt 2006, 14:37
von djavet
Howdy

I'm trying to implant a Ajax sliding menu here:
http://www.metadelic.com/new_cms/cms/front_content.php

On the basis of this one:
http://www.getintothis.com/blog/2006/09 ... ding-menu/

On my static html page, work perfect, but when I try to integrate the code, I notice the path to my JS files are changed:

Code: Alles auswählen

<script src="js/+sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9qYXZhc2NyaXB0+/jquery-latest.js" type="text/javascript" charset="utf-8"></script>
<script src="js/+sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9qYXZhc2NyaXB0+/interface.js" type="text/javascript" charset="utf-8"></script>
<script src="js/+sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9qYXZhc2NyaXB0+/rb_menu.js" type="text/javascript" charset="utf-8"></script>
My layout code is:

Code: Alles auswählen

<script src="js/jquery-latest.js" type="text/javascript" charset="utf-8"></script>
<script src="js/interface.js" type="text/javascript" charset="utf-8"></script>
<script src="js/rb_menu.js" type="text/javascript" charset="utf-8"></script>

Why I find this damned "+sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9qYXZhc2NyaXB0+"?
How can I have the correct path to my JS files?

Regards, Dominique

Verfasst: Mo 9. Okt 2006, 14:50
von stese
do you have enabled a firewall? like zonealarm? or some browser extensions/plugins? and your static html files stored on your local harddrive?

such rewriting are often security options in such third party tools (e.g. restrictive configured firewalls)

Verfasst: Mo 9. Okt 2006, 14:54
von djavet
Damned... I forget the JS call... :oops:

Code: Alles auswählen

<script>
$('#main_menu').rb_menu();
</script>
Work now.
Must only pass the CSS on my table.

Sorry... Dom

Verfasst: Mo 9. Okt 2006, 14:59
von Dodger77
djavet hat geschrieben: Live: http://www.metadelic.com/new_cms/cms/front_content.php

It is woking on your side?
Yes, it works.