Search found 12 matches

by xaoscontrol
Fri Mar 19, 2004 5:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

I don't because we're still testing it locally. I could post code if that helps.
by xaoscontrol
Fri Mar 19, 2004 4:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

Not sure what you mean..so I'll reiterate..

My menu isn't showing up...that's really the problem. I don't know if it has to do with directories and paths and where the .js files are located in relation to the pages.

Normally we'd have a directory and within that directory, we'd have our content ...
by xaoscontrol
Thu Mar 18, 2004 6:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

///note: I chose to not use the milonic menu on that perticular site due to time constraints. However, one of our other sites, which we planned on using the menu in is also having issues using the same format as the site I had mentioned. So I'm still in need of help//

The application.cfm file sits ...
by xaoscontrol
Wed Mar 03, 2004 6:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

That missing "<" from the CFSET was a result of not copying all of the text from the page. My bad.

i did get the side bar include to come up but the menu doesn't come up at all. I have a douple of other sites on my machine that use the menu and they seem fine. I did notice two things:

In pondering ...
by xaoscontrol
Tue Mar 02, 2004 8:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

I may not have been clear about the root folder part:

root folder
>includes (milonic menu files sit here)
>images
>subdirectory (content pages)

I've tried just creating a basic page with the code to call all the js files and that didn't even work. Though i did try double clicking on the file ...
by xaoscontrol
Tue Mar 02, 2004 5:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Meets Cold Fusion
Replies: 11
Views: 8055

Milonic Meets Cold Fusion

Simply put, I cannot get the menu to show up assumingly because of the new way we're doing things.

We're doing something different with our site structures in order to make things simpler on the webmaster side. I'm going to try to give you as much info as possible so you can understand what's ...
by xaoscontrol
Mon Dec 08, 2003 8:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

Okay....I take it back.....everything works locally, but testing it on the server has a different result.

here's the link

http://www.nopi.com/comp/demo.cfm

Parts are commented out so you can see where things start and end

//// edit ////

It's working...looks fine on a mac as well as the pc ...
by xaoscontrol
Mon Dec 08, 2003 7:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

they sit in the 'includes' directory like so:

http://localhost/comp/includes/menu_data.js (etc.)


////edit////

I added the '/includes/' to the path on each of the src= references and it didn't seem to work....

//////edit-remix////

I got it. I had to pull of the first backslash....the first ...
by xaoscontrol
Mon Dec 08, 2003 6:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

I thought that..but it didn't work...then again, it may be opperator error. Question is, do I need to add the "/includes/" to call all 4 of the .js files or just the menu_data.js file?
by xaoscontrol
Mon Dec 08, 2003 5:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

I have everything on my local machine right now. For demo purposes, I have the version with the v 3 menu so my employers can see it.

I'll sum it up how we have things set:

http://localhost/comp/demo.cfm

demo.cfm is the page with the includes.

demo.cfm has header.cfm Will also have a footer.cfm ...
by xaoscontrol
Fri Dec 05, 2003 9:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

I'll break it down. Thanks in advance.

Header code



<!-- start header -->
<title>NOPI dot com - For Demo Purposes Only</title><body leftmargin="0" topmargin="0" rightmargin="0" background="includes/images/bg_lines.gif">
<table width="701" border="0" cellpadding="0">
<tr>
<td width="117">&nbsp ...
by xaoscontrol
Fri Dec 05, 2003 7:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16176

V 5.0 and Coldfusion..issues

I'm currently in the design stage of our new site scheme. We're testing everything and hope to get something rolling in the next couple of months.

The problem is that my menu isn't showing up. Let me summarize how everything is set up so you'll better understand. We're using cold fusion with our ...