cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlinks behaviour in an interactive form

Former Member
0 Kudos

Hello experts,

we are using WebDynpro ABAP in combination with interactive Forms by Adobe with an XML Interface and ZCI Layout.

Now we've got the issue, that there is a hyperlink within our form. When this hyperlink is clicked, the link is not opening in a new window but in the window where our Web Dynpro application runs in.

Is there a way to change this behaviour and let the link open in a new browser window?


Thank you and BR


Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Matthias,

Try using the following in a <a href> tag:

target="_blank"

This should work.

Targetting the link to "_blank" simply opens a new browser window that will load the linked page.

Thanks Matthias.

Best Regards,

/Barry

Former Member
0 Kudos

An example would be:

<a href="http://www.yahoo.com" target="_blank">Go to Yahoo</a>

Former Member
0 Kudos

Hello Barry,

thank you, but I don't know how I should change the link attributes in Adobe LifeCycle Designer when designing the form. All i can do is define the target, please see in my screenshot.

Former Member
0 Kudos

Maybe this can help.

http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000546.html

Im not sure. Is there a way you can actually edit the form in terms of changing the javascript to do this?