Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

knumme13

macrumors newbie
Original poster
Feb 12, 2009
16
0
I created a drop down menu for a website in Dreamweaver MX on my G-5 mac. It appears when I view in browser on my computer. But, when I upload file to site it does not appear. I've tried it in all browsers. Please help I have spent hours trying to solve this problem.
Thanks in advance.
knumme13
 
Sounds like you may have missed some files when uploading. Another possibility is that the paths are being treated differently on the server. If you post a link we could troubleshoot much quicker.
 
OK, the issue is that it can't find the file: mm_menu.js. It's looking for it in the same folder as the HTML file. You either haven't uploaded that JavaScript file, or it's in a different location.
 
javascript file mm_menu.js

I made the menu in dreamweaver. so the mm_menu.js is made in dreamweaver when I create the html. I don't see it as a separate file to be uploaded.When you make the drop down in dreamweaver-dreamweaver creates the code in the file.
 
I made the menu in dreamweaver. so the mm_menu.js is made in dreamweaver when I create the html. I don't see it as a separate file to be uploaded.When you make the drop down in dreamweaver-dreamweaver creates the code in the file.

DW puts your implementation of the menu in your HTML file, but that code relies on the functions that exist in the mm_menu.js file. You can see thread for someone having the same problem as you. That file is the key to the issue. On your link I can specifically see where it attempts to call it and that it returns a file not found error. There's one extra tip in that link about in DW to make sure it's set for 'Include Dependent Files = Yes.'
 
uploading with fetch

the problem maybe that I'm uploading my html file paradigmwhitetest7.htm with fetch. I'm reading others who have the same problem.

Where can I find the mm_menu.js file to upload? For some reason I've had so many problems uploading from dreamweaver.
thank you
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.