OffLine Mode

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Cirtap
Advanced
Advanced
Posts: 17
Joined: Fri Mar 19, 2004 10:02 am

OffLine Mode

Post by Cirtap »

I have site with a couple of Milonic menus on. Now I want to use this site offline. How do I change the code in menu_data.js.

The code today looks like this:
aI(“text=information;url=http://www.arbetsgivaralliansen.se/page ... _mtrl.html;”);

/Cirtap
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

It would depend on exactly where you put the pages you're trying to link to, but assuming they are in the same directory as the menu...

Code: Select all

aI("text=information;url=info_mtrl.html;"); 
John
Post Reply