Subsequent frame and new window

This should be simple but it just escapes me.Web app has right & left frames.

Right frame contains a view and is set to launch documents into new windows, leaving frame sit when documents are edited. This works fine.

But

Next I click a link in the left frame to open a different view on the right. From this point on documents are opened in that frame instead of in a new window. (It should ot simply open a full screen but launch a new window.)

TIA,

Collin

Subject: RE: Subsequent frame and new window

Don’t forgot to set target attribute to right frame in the left frame property box.

Subject: RE: Subsequent frame and new window

Left frame target is “Right”.Right frame target is “_xx” to open to a new window.

Works great from original view in Left fram.

It’s as though the target for the right frame is dropped

when new content is introduced.

I’m going to try some JS when opening the new Right frame content.