Top "Hyperlink" questions

A hyperlink is a reference to a document (or a section) that can be followed for retrieval using a navigation system that allows selecting emphasized content within an originating document.

Add target="_blank" in CSS

I have external links in top menu of my website. I want to open these links in new tab. I …

html css hyperlink
Open a link in browser with java button?

How can I open a link in default browser with a button click, along the lines of button.addActionListener(new …

java swing browser hyperlink desktop
javascript popup alert on link click

I need a javascript 'OK'/'Cancel' alert once I click on a link. I have the alert code: <script …

javascript hyperlink alert confirm confirmation
Need to remove href values when printing in Chrome

I'm attempting to customize the print CSS, and finding that it prints links out with the href value as well …

css printing hyperlink print-css
How to change link color (Bootstrap)

<div class="collapse navbar-collapse"> <ul class="nav pull-right"> <li class="active"><a href="#"&…

twitter-bootstrap colors hyperlink navbar
Link to a section of a webpage

I want to make a link that when clicked, sends you to a certain line on the page (or another …

html hyperlink
How do I add target="_blank" to a link within a specified div?

Let's say I have the following code: <div id="link_other"> <ul> <li><…

javascript hyperlink external-links
onclick="javascript:history.go(-1)" not working in Chrome

This code works fine in FF, it takes the user back to the previous page, but not in Chrome: <…

javascript google-chrome hyperlink browser-history
React onClick and preventDefault() link refresh/redirect?

I'm rendering a link with react: render: -> `<a className="upvotes" onClick={this.upvote}>upvote</a&…

reactjs hyperlink coffeescript preventdefault
Difference between _self, _top, and _parent in the anchor tag target attribute

I know _blank opens a new tab when used with the anchor tag and also, there are self-defined targets I …

html hyperlink anchor