Search found 1 match

by jellyfrog
Fri Oct 17, 2003 12:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: hmmm - relative paths don't seem to work !
Replies: 2
Views: 3022

hmmm - relative paths don't seem to work !

In menu_data.js I have the following line;

aI("text=About Us;url=about_us.htm/;");

which doesn't seem to work. The correct url opens in the browser window but nothin' appears until I hit the refresh button.

If I change this to

aI("text=About Us;url=http://www.mywebsite.com/;");

or

aI("text ...