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.
V 5.0 and Coldfusion..issues
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...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......and then, where needed...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>
...gets the data and all is well.Code: Select all
<script language="Javascript" src="/rms/templates/menu_data.js" type="text/javascript"></script>
Fixed. Somehow all the fiddling with the pathnames, I got a combination to work finally. Thanks!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.