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: the (id) of HTML object where to attach menu parameter to getElementById("framesPageDiv"). This is the first parameter in each type of menu. javascript function in the target frame that creates the menus. 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. |