Embedded view target frame problem

I have an embedded view on a page in a frame. The frame has a default target for links set to Right. I want the document selected in a view to open in a new window. I’ve set the embedded view target frame (single and double-click) to _blank. The document still opens in the Right frame. It doesn’t matter what I put in the embedded view properties as the target frame - it always opens in the Right frame.

This worked in R5. Anyone know of a solution?

Thanks.

Subject: Bug. No fix.

Lotus Notes SPR # VMAA44ZSPV

Resolved/No Plans To Fix in this Codestream

On embedded view on a page in a frame; with target specified as _blank; single-click does not open the doc in a new window. Works correctly for the view itself in a frame.

Subject: Weird, it works for me…

I am also fiddling with double and single clicks to embedded views from the web (using the java applet). I am using 6.5 and if I put “_blank” in the single click target, my browser (IE6) does open a new window!

But I do have a problem . . . When I clear the contents of the single-click target for the embedded view, single-click still opens the selected document :frowning:

Does anyone know how to stop single-click opening documents (I just want the document to be selected in the applet embedded view).

Thanks y’all =)

Subject: RE: Weird, it works for me…

I got around the clicking problem by using a “computed for display” field to show the view contents. I then used @DBColumn functions and some fancy text-formatting to show the data.

Just make sure you enable multiple values in the field and set it to seperate values with new lines rather than semicolons.

Dave

Subject: RE: Weird, it works for me…

I had this problem but that found that by putting in a “*” instead of “_blank” or whatever option is required that it stopped opening the new window on single click and does nothing as required. Nice!

Subject: Re: Weird, it works for me…

the trick with the “" for single click works fine :). After setting the single click target to "” the double-click target “_black” started working fine too :smiley:

Subject: RE: Re: Weird, it works for me…

I was wondering if anyone found a real solution to this. This is driving me batty. I can put anothing in the two target frame fields, *, Full Screen, a real frame name, anything, and it aways opens the document in the same frame as that the embedded view is in. I want my document to open full screen. Anyone find a solution to this?

Subject: RE: Re: Weird, it works for me…

I also tried using * and _blank as the single-click target. I finally had success using _top or _self to keep the document from opening on a single-click. I left the double-click target empty and it opened a new tab in Notes as expected.

Subject: Bravo! That does the job nicely

Subject: RE: Re: Weird, it works for me…

I also tried using * and _blank as the single-click target. I finally had success using _top or _self to keep the document from opening on a single-click. I left the double-click target empty and it opened a new tab in Notes as expected.