Manipulate Target Frame of a Form?

Hi all,

(used for WEB)

I created documents with specific form.

This document contains hotspot links to other documents and pdf attachments.

My question:

Is it possible when clicking hotspot link to stay in same webpage and clicking to pdf attachment to open attachment in a new browser window.

I know that Target Frame of the Form can be adapted f.i. to “_blank”.

But with this everything opens in a new browserwindow.

I need a formula that checks when hotspot link is clicked stay in same webpage and when attachment is clicked to open the attachment in a new webpage.

Thanks in advance,

Hasan

Subject: Manipulate Target Frame of a Form?

I think you should hide the attachment and compute the link to the attachment manually.This means

  • create a field $V2AttachmentOptions

with a value of “0”

  • create a link on the form to open the attachment

this can be a javascript window.open or a link

to another form or whatever.