Skip to main content

I am trying to set up a prototype so that clicking on an element in one frame will open another frame (in the same file, same page) as a new tab when the prototype runs.

You can open any frame in a new tab by creating a new prototype and link via previous through the previous frame


Scenario: one click of a button from Frame 1 needs to open frame 2 in a new tab


Frame 1–> button —> on click —> open link —> frame2 prototype link.


@eshita_gupta: in your example the new prototype needs to be loaded in the new tab again, which interrupts the user flow. are there other possibilities to show a frame of the pt in a new browser tab? @Melfa: did you find a solution yet?


Great , this worked.