Hyperlink open in new Tab

If you want any page to open in a new tab using html anchor tag you have to include target="_blank" attribute.

Example:

<a href="/content/Name.aspx" target="_blank">Click to open file </a>

No comments:

Post a Comment