PASTAplus / web-x

The EDI Website Project
Apache License 2.0
1 stars 1 forks source link

Consider having links to external applications display in a new tab #12

Closed servilla closed 2 years ago

servilla commented 2 years ago

Jon Ide suggested that links that open a new application, such as ezEML, should open in a new tab so that it is clear to users that the application is functionally different from web-x. To do so, one would use the target="_blank" and rel="noopener noreferrer" attributes within the anchor element.

For example:

<a href="https://ezeml.edirepository.org/eml/" target="_blank" rel="noopener noreferrer">ezEML</a>
clnsmth commented 2 years ago

@servilla I'd like this extended to any external resource, not only applications.