cancel
Showing results for 
Search instead for 
Did you mean: 

linktourl

Former Member
0 Kudos

Hello All,

I have created some linktourl elements and set the target property to a text http://.. However I cannot click on the text that is rendered on the page. No hyperlink comes up even though i can see the text.Why would this happen?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to provide value (URL) in the <b>REFERENCE</b> property.

TARGET is used to secify the browser window in which the page is to be opened.

Following are the values you can used for TARGET property:

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

4. _top

Answers (0)