Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:53
Help for a New User
Poster: gwoodard
Dated: Sunday December 7 2003 - 3:59:07 GMT
Greetings all.
I would appreciate if someone could take a look at http://www.usfamily.net/web/gv.woodard and tell me what I did wrong. I loaded the appropriate version 5 files but the menu will not load.
Thanks for helping
Greg
Poster: John
Dated: Monday December 8 2003 - 2:58:25 GMT
What you have in menu_data.js is not what is needed to build the Milonic menu. Take a look at the sample file in the download again and go from that.
Also, why do you have the JS calls and the Flash inside an <h2>?
Poster: gwoodard
Dated: Monday December 8 2003 - 3:51:42 GMT
Thanks, and I do not have any idea why I have JS calls and Flash inside h2. I will have to work on that!
Greg
Another Request
Poster: gwoodard
Dated: Friday December 12 2003 - 3:55:59 GMT
Hi all. Could someone take a look again at http://www.usfamily.net/web/gv.woodard and tell me what I am doing wrong?
I have loaded up all the necessary files (I think) and have loaded to appropriate code (I think) and read the documents that came with the download.
If someone could take a look and give me a little tutoring, I would be grateful.
Poster: John
Dated: Friday December 12 2003 - 5:15:48 GMT
Specifically, right here...
Code:
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");</script>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");</script>
Unfortunately, that's not where those files are located.
It should be...
Code:
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenudom.js><\/scr"+"ipt>");</script>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenudom.js><\/scr"+"ipt>");</script>
The other 2 calls are correct, so if there's nothing wrong in your _data this should bring up the menu.
Also, we're up to RC30 now, so you might want to upgrade.