I'm trying to create a link in one Joomla article that points to another article, but can't see how this should be done.
Could you please tell me how to do it?
You can link to it like this:
index.php?option=com_content&view=article&id=ARTICLE_ID
Is it possible to open an a href link in a new tab instead of the same tab? <a href="http://your_url_here.html">Link</a>
How can you change the href for a hyperlink using jQuery?
I want to create a link on a webpage that would close the currently active tab in a browser without closing other tabs in the browser. When the user clicks the close link, an alert message should appear asking the …