Search found 5 matches

by Gene
Fri Aug 18, 2006 11:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Directory structure in web site
Replies: 10
Views: 6795

Here are the new files:

First menu_data_header.js
/* This module is loaded in the Header page (Top Navigation page) as the third Milconic script file as follows:
(Paths modified as needed to fit your needs.)
<script type="text/javascript" src="../Scripts/milonic_src.js"></script>
<script type ...
by Gene
Wed Aug 16, 2006 4:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Directory structure in web site
Replies: 10
Views: 6795

Directory structure in web site

I have gotten the path to work on a local server with the following path definition:
/whizzersd.net/images/[file name]
For actual menu items in the header js file:
aI("text=Home Page;url=/whizzersd.net/docs/body.html;target=body;");
For the Menu_Data_Body.js file it is:
aI("text=Code Index;url ...
by Gene
Thu Jun 29, 2006 3:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Directory structure in web site
Replies: 10
Views: 6795

Directory structure in web site

What I want to do is remove the "Docs" subfolder alltogether. I want the subfolders to START at the root of the web site. I will do some reorganizing to reconstruct the error I was getting and we will see what can be done to correct my error. I was under the impression that "../" can be used to ...
by Gene
Tue Jun 27, 2006 5:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Directory structure in web site
Replies: 10
Views: 6795

Directory structure in web site

Here is a partial copy of the menu_data_body.js file:

with(milonic=new menuname("sub1.4")){
style=subStyle;
aI("text=Open page1;url=../Docs/page1.htm;");
aI("text=Open page2;url=../Docs/page2.htm;");
aI("text=Open page3;url=../Docs/page3.htm;");
aI("text=Open page4;url=../Docs/page4.htm;");
aI ...
by Gene
Mon Jun 26, 2006 7:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Directory structure in web site
Replies: 10
Views: 6795

Directory structure in web site

Hi,

I am just setting up another web site for my perosnal (prior to actual deployment) use on my own IIS server. The folder structure is as follows:
Site Name: Milconic
Folders: Menues (for html menu pages)
Code (for code type pages)
Docs (for general document)
Samples (for milconic samples ...