Dear All,
I have a web based application and form with 3 embedded view (placed in 3 tab of a tabbed table). All view are html, so I have a problem because only one view (in first tab) is visible, others are hidden.
So I find other solution to use iframe (subform with embedded view), and that works well. But I would like to open document in new window not in that iframe.
Any help??
TXS
Bojana
Subject: iframe = new windows
add :
target=“_blank” to your tag. It would like this :
my link
Subject: RE: iframe = new windows
Renaud,
Subject: RE: iframe = new windows
Add the target not to the iframe, but in the links you have in the page which is in the iframe ! 
Renaud
Subject: RE: iframe = new windows
Renaud,
I have forme with 3 iframe.
Iframes are subforms (every subform contains one embedded view). I would llike to clik on document in view (subform → iframe) open in new windows .
Where I can put target = _blank ???
THX Bojana
Subject: RE: iframe = new windows
Le me rephrase to be sure I understand well.
You have some iframes. In these iframes you have some links. When you click on those links you want this document to open in a new window.
Am I correct ?
If yes, as those links come from an embedded view, you have to modify your links in your view and add the target=“_blank” to those links.
If in your view you use the automatic links provided by Notes, you’ll have disabled the automatic link (last tab of the column properties) and modify the column formula by adding the link code (xyz) where you want the link to appear.
Renaud