problem with getting menus to appear

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kolatalo
Beginner
Beginner
Posts: 2
Joined: Tue Jun 10, 2003 7:24 pm

problem with getting menus to appear

Post by kolatalo »

I keep getting the error pf.Mloaded is null. I see the menu but when I place my cursor over any of the menu (minus home) I receive the above error.

I have placed the frame_header_array.js and the frame_body_array.js in
the appropriate places and since changed the name of the targets and sourceframe from main to "fraTopic" which is what I named the body part of my framed site.

Also what is the sourceframe attribute compared to the target attribute? I'm confused on what I should be setting these too. although i do know target is where the submenus will appear.

I also have like a toc frame to the left. I have placed nothing in this one because i do not want a frame on the side so im not sure if that may be affecting it or not. Any help would be great. thanks


1. my name of my body frame is fraTopic
2. both the body and the header have that only one occurence line not commented out
3. there is a third frame to the left which represents a different table of contents. im not trying to make a side menu with it just the header menu so i didnt adjust any code to it.

this is my code that is different for the header_array.js:
,,,
,"Home","/menu/ target=_top;sourceframe=fraTopic;",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Languages  ","show-menu=languages target=fraTopic;sourceframe=fraTopic;",,"#",1
,"Databases  ","show-menu=databases target=fraTopic;sourceframe=fraTopic;",,"#",1
,"Operating Systems  ","show-menu=oses target=fraTopic;sourceframe=fraTopic;",,"#",1
,"Web  ","show-menu=web target=fraTopic;sourceframe=fraTopic;",,"#",1
])

[/list][/b]
Post Reply