kwiethoff
Junior Member
Posts: 2
Registered: 3/23/2007
Member Is Offline
|
| posted on 3/23/2007 at 03:45 PM |
|
|
Use menu in a master page in aspx
I am trying to use the menu in my master page. I am getting 'menu' undefined. The menu.js is in the same directory so I am sure that it is able to
find the menu.js file. Is there something else that needs to be done to be able to use the menu in a .master file?
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/23/2007 at 06:01 PM |
|
|
what is the full http:// path of the menu.js file, what is the full http:// path of the page that gives you the error and what is the path that you
use to link menu.js in that document?
|
|
|
kwiethoff
Junior Member
Posts: 2
Registered: 3/23/2007
Member Is Offline
|
| posted on 3/23/2007 at 08:45 PM |
|
|
Resolved
It was a path problem. I added ../../ and it was able to find what it was looking for.
Thanks,
|
|
|