cancel
Showing results for 
Search instead for 
Did you mean: 

Target of LinkToURL

Denis_Müller
Participant
0 Kudos

Hello,

i use a LinkToURL in my webdynpro application which refers to a ASP-File. And the ASP-File refers to the webdynpro application.

In the LinkToURL attributes is the target "_self".

I have the problem that if i click on the LinkToURL a new Broswer-Window open.

I must have it in the same window.

What's the problem?

Thanks for your help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Denis_Müller
Participant
0 Kudos

ok but how can i solve my problem?

Former Member
0 Kudos

Denis,

if u are calling another application from one application means it will be displayed in another window only. If your requirement is to diaplay a view from a different view means , then its possible, you can use component reuse for that.

Regards

Sarath

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Denis

target

Specifies the name of the frame where the document is to be opened. The following values refer to w3c HTML-standard.

_blank

The web client should load the designated document in a new, unnamed window.

_self

The web client should load the document in the same frame as the element that refers to the target.

_parent

The web client should load the document into the immediate FRAMESET parent of the current frame. This value is equivalent to _self if the current frame has no parent.

_top

The web client should load the document into the full, original window (thus canceling all other frames). This value is equivalent to _self if the current frame has no parent.

None of these are working. seems problem with linkToURL control.

I agree with sarath!!

Abhi

Edited by: Abhimanyu Lagishetti on Jan 17, 2008 7:59 AM

Former Member
0 Kudos

Hi Denis Müller ,

Link to URl Will always open a new window.

The LinkToUrl is used to exclusively to open URLs in a separate window.To leave the Web Dynpro application and display a new URL use an exit plug.

Regards

Sarath