cancel
Showing results for 
Search instead for 
Did you mean: 

Using LinktoURL to communicate between 2 iViews.

Former Member
0 Kudos

Hi,

i have a url in one iview.

when i click on it i want the site to open in another iview.

Now in my LinktoURL object property of Target ,wht shall i give.eg the id of the window in which the site will open.

From where shall i get this value becuse i want the site to open in a seperate iview with in that page.

is there any other way i can do it like using EPCF.

In case of EPCF how shall i assign the value of the url which i will transfer from the first iView.

regards

saurabh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Go to the properties window of LinktoUrl there u will find a property called Target.

Set target property to:

1._blank

The page is opened in a new window without a name. This is the default value.

2._self

The page is displayed in the same window as the link.

3._parent

The page is displayed in the superordinate browser window. If there is no superordinate window, the page is displayed in the same window as the link.

4. _top

The page is opened in the original window of a frame hierarchy. If there is no frame hierarchy, the page is displayed in the same window as the link.

You can also set the target using .setTarget().

Hope this helps.

Regards,

Vijith

Answers (0)