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
Help for a New User
Help for a New User
Greg Woodard
http://readytochangemylife.biz
http://readytochangemylife.biz
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
Greg
Greg Woodard
http://readytochangemylife.biz
http://readytochangemylife.biz
Another Request
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.
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.
Greg Woodard
http://readytochangemylife.biz
http://readytochangemylife.biz
Specifically, right here...
Unfortunately, that's not where those files are located.
It should be...
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.
Code: Select all
<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>

It should be...
Code: Select all
<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>
Also, we're up to RC30 now, so you might want to upgrade.
John