SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Where'd I go wrong?
-
Feb 22, 2002, 20:07 #1
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Where'd I go wrong?
Hi everyone!
I'm attempting to get the "Top Navigational Bar III" to work, but I've obviously taken a wrong turn somewhere.
I'm in the process of setting up an online "karaoke songbook" that's going to have this guy's entire music selection on his site. I've set up a folder for everything pertaining to this songbook, and I've named this folder "songbook".
Here's the URL of the songbook homepage, http://www.karaokebyrjandassociates.com/songbook/home.html
Here's the URL of the page within Dynamic Drive where I found this script, http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm
Now, when you view my source code, you'll see that I used the full URL path for the .js files (I tried it both ways & got nothing). Is my problem here, somewhere?
Any leads as to where I messed up would be greatly appreciated!
Rockrz.
-
Feb 23, 2002, 17:09 #2
- Join Date
- Aug 2001
- Location
- Michigan
- Posts
- 167
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Was this it?
[VBS]<script language="javascript1.2" src="menu.js"></script>[/VBS]
If so, you are really calling it from
[VBS]<script language="javascript1.2" src="http://www.karaokebyrjandassociates.com/songbook/menu.js"></script>[/VBS]
Personally I have always used
[vbs]<script language="javascript1.2">
script
</script>[/vbs]
I checked, and it does appear to be there, but looks like it is missing something. This is all the menu.js file contained:
[vbs]//UDMv2.1.1var siSTR='';if (ie) { siSTR+=''; }if (ns4) { siSTR+=''; }if (ns6||mz7) { siSTR+=''; }if (op5&&!mac) { siSTR+=''; }document.write(siSTR);[/vbs]
After checking at Dynamic Drive, I would say you should re-read the README file included in the 'topmenu3.zip'"If you handle with products .. this is a word to see It"
elvis.isnotalive.com
My Complaint Dept
Visit Interceptor's AV review
-
Feb 23, 2002, 17:15 #3
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks very much for your help!
I'll sit down and go back through all the instructions and double check everything again to see what I may have missed..
-
Feb 28, 2002, 15:33 #4
- Join Date
- Mar 2001
- Location
- In God's Country!
- Posts
- 1,317
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Best I can tell, I've followed the instructions correctly. Anybody else got any ideas?
Last edited by Rockrz; Feb 28, 2002 at 15:48.
.
Bookmarks