javascript – Open URL in same window and in same tab



javascript – Open URL in same window and in same tab

javascript - Open URL in same window and in same tab

#short
#javascript
#html
#hyperlink
#href
I want to open a link in the same window and in the same tab that contains the page with the link.
When I try to open a link by using window.open, then it opens in new tab—not in the same tab in the same window.