Hi
During design mode a template-link->Load-full-page(new window) the browser simply loads the destination page. It doesn't reset the browser to a 'new browser' setting.
Reason
Framesets. If a new browser is required, the frameset definition will change so that a frame in design mode is not present in runtime mode. Selection becomes impossible.
Without this happening, it is not possible to choose the content in design time and select the content in runtime.
Proposed Fix
A) In design mode, a new browser template link should reset the design mode browser to a 'new page' setting to mimic the runtime action.
OR
B) Add 'ignore frameset' option to the project so that a design mode selection will be found in any runtime frame.
Example
Design Frameset/Frame1/Link A exist
Runtime Link A exists (the frameset is gone)
Scott