1
votes

I have a view control showing documents with an external url in document fieldA. How can I write a onclick Event to open this URL? Thanks for help.

1
You can always put HTML in that column. Wrap your link in an anchor <a> tag.Steve Zavocki

1 Answers

2
votes

In your view column choose a content type of HTML.

enter image description here

In your view add a column that formats the link using the tag. Make this column hidden in the Notes client (if you use it there). Then show this view column in your view control with the content type set to HTML.

Because you are using HTML, you don't need to have an onClick event per say, although the effect is the same.