Frames Example - Use this example as a template for creating framed menus.

Top Frame - Calling frame for menu.
Left Frame - Calling frame for menu.
This Frame (Target Frame) - Menu is placed in this frame.

Framed menus are setup in the same way as the regular menus exept for the following rules:
  • Javascript producing function is place in this target frame. You must change
    the (id) of HTML object where to attach menu parameter to getElementById("framesPageDiv").
    This is the first parameter in each type of menu.
  • The calling frame, either the top or left frame is responsible for calling the
    javascript function in the target frame that creates the menus.
  • The calling frame, either the top or left frame is responsible for positioning
    the menu in the target frame. This is done by positioning the getElementById("framesPageDiv")
    in the target frame. All the code doing the positioning is left in place in
    the top and right frames so if you need to modify, the code is right in the
    page. Read through the code and change where appropriate to meet your needs.

    Use this example more so as a template. View Source for each of the frames.