V 5.0 and Coldfusion..issues

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

For you, Pat.

Thank you for the kind words. Most appreciated.

While not required in a license situation such as yours, a link back to http://milonic.com/ would also be most appreciated.
John
patwoods
Advanced
Advanced
Posts: 11
Joined: Wed Dec 17, 2003 6:44 pm

Post by patwoods »

jgillett wrote:Trying to get my brain going here (it's been fried with the flu this week). My calls are slightly different and working fine.

<cfinclude template="/rms/templates/menucall.htm"> calls...

Code: Select all

<script language="Javascript" src="/rms/templates/menu5/milonic_src.js" type="text/javascript"></script>	
<script language="Javascript" type="text/javascript">
if(ns4)_d.write("<scr"+"ipt language=Javascript src=/rms/templates/menu5/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=Javascript src=/rms/templates/menu5/mmenudom.js><\/scr"+"ipt>");
</script>
...and then, where needed...

Code: Select all

<script language="Javascript" src="/rms/templates/menu_data.js" type="text/javascript"></script>
...gets the data and all is well.
Hmm. Yeah, tried this and still no menu display. I have no doubt Cold Fusion is to blame with the path names, and I will eventually get it rolling...
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

This may be obvious, but keep in mind those path examples are for my structure. Adjust as needed for yours. The idea was simply to show the different way I'm calling the files, which, for me, works.
John
patwoods
Advanced
Advanced
Posts: 11
Joined: Wed Dec 17, 2003 6:44 pm

Post by patwoods »

jgillett wrote:This may be obvious, but keep in mind those path examples are for my structure. Adjust as needed for yours. The idea was simply to show the different way I'm calling the files, which, for me, works.
Fixed. Somehow all the fiddling with the pathnames, I got a combination to work finally. Thanks!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Glad to hear it!

Ain't CF fun... :?:
John
Post Reply