Frame - Refresh Problem
i have cf page 2 frames in index.cfm:
frameheader.cfm has horizontal list of dynamically built links & static form couple of form elements.
mainmenu.cfm has list of dynamically built links.
links in both frames built query in application.cfm & works.
list of links built based on user profile/role upon successful login & session.
clicking on link in either of frames, page loaded in mainframe & works.
topframe has menu links & remain same.
problem:
once links loaded in both frames, if index.cfm refreshed clicking refresh button, pages looses
tomframe. index.cfm doing <cfinclude of mainmenu.cfm
if frames refreshed individually doing right mouse button click, each frame refreshes fine individually.
thanks in advance assistance.
all code (except tables - used formatting) used in shown in code attachment.
frameheader.cfm has horizontal list of dynamically built links & static form couple of form elements.
mainmenu.cfm has list of dynamically built links.
links in both frames built query in application.cfm & works.
list of links built based on user profile/role upon successful login & session.
clicking on link in either of frames, page loaded in mainframe & works.
topframe has menu links & remain same.
problem:
once links loaded in both frames, if index.cfm refreshed clicking refresh button, pages looses
tomframe. index.cfm doing <cfinclude of mainmenu.cfm
if frames refreshed individually doing right mouse button click, each frame refreshes fine individually.
thanks in advance assistance.
all code (except tables - used formatting) used in shown in code attachment.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment