Loading...

How to open an Hyperlink item in a new tab

How to open an Hyperlink item in a new tab

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #5438
      Anonymous
      Anonymous
      Participant

      Hi

      i have seen this link that was very useful. it opens the item in a new window not in a tab but it will do. here is the link

      http://suryapulipati.blogspot.com/2011/12/open-hyperlink-in-new-window-in.html

      Ricard S.

    • #4336
      Anonymous
      Anonymous
      Participant

      Hi

      i have a list with one column that is of type Hyperlink and i want to press the hyperlink with the left button so it opens in a new tab or window.

      Any suggestions¿?¿?

      Thanks

      Ricard S.

    • #5439
      Anonymous
      Anonymous
      Participant

      Hi Richard

      If you only want to open the hyperlink field in a new window, it is already supported in later version of QuickApps. Define your Display Fields property and include the field that is of hyperlink type, edit this field and notice there is an option named "Open Link In" and you can specify value as "New Window". That should do it.

      Before this feature is available, you can also use Custom Field and specify Calculated Value something like using field expression to fill in the href value and display value for the anchor.

      <a href="<%Target Url%>" target="_blank"><%Text%></a>

Viewing 2 reply threads

You must be logged in to reply to this topic.