Tagged Questions
A hyperlink is a reference to a document or a part of a document that can be followed automatically. Typically a hyperlink is a anchor tag in HTML and is followed by clicking on it. It is commonly called a link.
124
votes
5answers
163k views
How to change the href for a hyperlink using jQuery
How can you change the href for a hyperlink using jQuery?
67
votes
9answers
36k views
HTML Anchors with 'name' or 'id'?
When I want to refer to some part of a webpage with the "http://example.com/#foo"-method, which one is The One to use:
<h1><a name="foo"/>Foo Title</h1>
or
<h1 id="foo">Foo ...
39
votes
5answers
77k views
jQuery disable a link
Anyone know how to disable a link in jquery WITHOUT using return false;?
Specifically, what I'm trying to do is disable the link of an item, performing a click on it using jquery which triggers some ...
33
votes
4answers
12k views
How do I make links in a TextView clickable?
I have the following TextView defined:
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/txtCredits"
android:autoLink="web" ...
33
votes
2answers
17k views
How can I set the text of a WPF Hyperlink via data binding?
In WPF, I want to create a hyperlink that navigates to the details of an object, and I want the text of the hyperlink to be the name of the object. Right now, I have this:
...
32
votes
1answer
9k views
29
votes
7answers
3k views
Difference between @import and link in CSS
I'm learning some CSS to tweak my project template. I come to this problem and didn't find a clear answer on the web. Is there a difference between using @import or link in CSS?
Use of @import
...
27
votes
11answers
68k views
jQuery hyperlinks - href value?
On my website I use jQuery to hook the events of elements, namely hyperlinks. As these hyperlinks only perform actions on the current page, and do not lead anywhere, I have been putting a href ...
21
votes
4answers
2k views
How do I open links in Visual Studio in my web browser and not in Visual Studio?
If there is a URL in a source file comment, I can "CTRL + click to follow link." However, when I do this, the link opens inside Visual Studio. How can I make it open in my web browser--in my case, ...
20
votes
2answers
4k views
iPhone, CGPDFDocument - PDF links
I'm trying to write a simple PDF viewer using CGPDFDocument, based on QuartzDemo.
There is common rendering:
-(void)drawInContext:(CGContextRef)context
{
// PDF page drawing expects a ...
18
votes
7answers
2k views
Would you recommend the book “Programming in Scala” for an experienced developer? [closed]
I would like to learn Scala. In the past, I have used Java and F# extensively.
Would you recommend the book Programming in Scala for someone like me? I really liked the book Expert F#, and I was ...
17
votes
7answers
12k views
Can Google Chrome open local links?
I am linking on an intranet page to a local file on a shared drive:
<a href="file:///s:/test.xls"> Test</a>
This works in IE and Firefox with an addon called local link.
How can i get ...
16
votes
10answers
14k views
Android: Clickable hyperlinks in AlertDialog
What I am trying to accomplish is to have clickable hyperlinks in the message text displayed by an AlertDialog. While the AlertDialog implementation happily underlines and colors any hyperlinks ...
16
votes
8answers
15k views
How to add hyperlink in JLabel
Which is the best way to add a hyperlink in jLabel? I can get the view using html tags, but how to open the browser when the user clicks on it?
14
votes
7answers
2k views
link element onload
Is there anyway to listen to the onload event for a <link> element?
F.ex:
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'styles.css';
link.onload = ...
14
votes
9answers
22k views
Link to resources inside WebView - iPhone
I have a webview in my iPhone application, and I also have some html files inside my Resources folder. When my app loads, I load in a page from my resources into my webview. But , I need to make links ...
13
votes
9answers
471 views
What is the point of styling hyperlinks to be barely distinguishable from body text?
It seems like there is an increasingly popular trend to style hyperlinks in a color that's barely distinguishable from body text. I noticed this just the other day on an SFGate blog page. Also notice ...
13
votes
5answers
11k views
How to convert an address into a Google Maps Link (NOT MAP)
After looking (Googling) on the web for a while I can find nothing that takes a address like:
1200 Pennsylvania Ave SE,
Washington, District of Columbia, 20003
and converts it into a clickable ...
10
votes
6answers
494 views
To target=_blank or not to target=_blank, that is the question!
Should links to external sites set target=_blank? E.g. I am on www.acme.net and have a link to www.otherplace.net, should that link be:
<a href='http://www.otherplace.net' ...
10
votes
3answers
889 views
Visual Studio 2010 URL Hyperlink color - is it possible to not use this?
Visual Studio 2010 "helpfully" detects URLs and colors them blue (by default). It will do this regardless of context - whether the URL is in the midst of XML, or it's in a comment, or it's a string in ...
10
votes
4answers
19k views
How to create a pop-up window in asp.net mvc?
No javascript/AJAX to be used.
when clicked on the hyperlink, it should open a new browser window.
10
votes
5answers
22k views
how to force link from iframe to be opened in the parent window
I need to open the link in the same parent page, instead of open it in a new page.
note : The iframe and parent page are the same domain.
10
votes
5answers
11k views
WPF - Making hyperlinks clickable
I've got a bit of text that I'm trying to display in a list. Some of those pieces of a text contain a hyperlink. I'd like to make the links clickable within the text. I can imagine solutions to ...
9
votes
3answers
3k views
Hyperlink in Android
I have a question: How can I place a hyperlink WITHIN a text-block of normal text? I have some text and in the text I mention a URL and I want this URL to be in a different color, underlined and ...
9
votes
6answers
357 views
What does <link> tag do besides including stylesheets?
I know that the HTML <link> tag is used for attatching stylesheets, but looking at the W3CSchools tag reference, it has many other values for the rel attribute. I've looked all over the place, but ...
9
votes
2answers
3k views
CSS - Is there a way to get rid of the selection rectangle after clicking a link?
Is there a way to get rid of the selection rectangle when clicking a link which does not refresh the current page entirely?
8
votes
3answers
146 views
How Can I Implement A Standard Set of Hyperlink Detection Rules in Delphi
I currently do automatic detection of hyperlinks within text in my program. I made it very simple and only look for http:// or www.
However, a user suggested to me that I extend it to other forms, ...
8
votes
3answers
2k views
What is “mt=8” in iTunes links for the appstore?
Anyone know the significance of the mt parameter? It seems that any value will work, like mt=0, mt=999 etc...
Sample link:
...
8
votes
4answers
6k views
How to access hyperlinks in PDF documents (iPhone)?
Is it possible to get access to "internal" links in PDF documents using CGPDFDocument, or other means? I'm building a simple reader app and would like to deliver my content in PDF form, but if I ...
7
votes
2answers
111 views
CSS :link and :visited pseudo-selectors - are web browsers adhering to the spec?
The W3.org CSS specification states the following (emphasis mine):
The :link pseudo-class applies for links that have not yet been visited.
The :visited pseudo-class applies once the link has ...
7
votes
5answers
427 views
Store Documents/Video in database or as separate files?
Is it a better practice to store media files (documents, video, images, and eventually executables) in the database itself, or should I just put a link to them in the database and store them as ...
7
votes
3answers
2k views
how do you link directly to app store app update page?
I'm finishing up an iPhone app. I'm using an external server to inform users of when an update is available for my app and allowing them to click from within the app to go straight to the update on ...
7
votes
1answer
2k views
Remove underline from links in TextView - Android
i am using 2 textview to display links from database, i managed to change link colors but i want to remove underline
email.setText(c.getString(5));
website.setText(c.getString(6));
...
7
votes
4answers
10k views
How to link to Android Market app
What's the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)?
For iPhone I use the itunes.apple.com app ...
7
votes
3answers
3k views
7
votes
3answers
19k views
How to close current tab in a browser window?
I want to create a link on a webpage that close current active tab in a browser without closing other tabs in browser. When user click that close link a alert message should appear asking user to ...
7
votes
1answer
705 views
Do WPF hyperlinks only work in pages?
I'm new to the Hyperlink control. I wish to have a hyperlink in a regular WPF window which will navigate to a URL by opening the standard browser. I have added the hyperlink, but it does nothing. I ...
7
votes
4answers
29k views
What are the ways to make an html link open a folder
I need to let users of an application open a folder by clicking a link inside a web page. The path of the folder is on the network and can be accessed from everywhere. I'm probably sure there is no ...
7
votes
5answers
7k views
How do I add target=“_blank” to a link within a specified div?
so lets say i got these following codes
<div id="link_other"> <ul> <li><a href="http://www.google.com/">google</a></li> <li><div ...
7
votes
1answer
12k views
Can I change the column that links to the item with edit menu in a sharepoint list?
There was a similar question asked but it wasn't exactly what I am trying to do.
Here is a link to the question: ...
7
votes
6answers
4k views
How do I make an html link look like a button?
I'm using ASP.NET, some of my buttons just do redirects. I'd rather they were ordinary links, but I don't want my users to notice much difference in the appearance. I considered images wrapped by ...
6
votes
1answer
104 views
Facebook share 'clickable' url-link issue
I have a problem with clickable url-link in Facebook.
As you can see nr 1. is not clickable but nr 2 and 3 are.
Sometimes it is clickable and other times not. (randomize)
What I want is that all ...
6
votes
1answer
300 views
How can I detect visited and unvisited links on a page?
My aim is to detect the unvisited links on a webpage and then create a greasemonkey script to click on those links. By unvisited links here I mean the links which are not opened by me. Since I can see ...
6
votes
2answers
200 views
make keyword into link automatically, globally
is there a way to make a every instance of a word automatically turn into a link?
so for instance, everytime I write "apple", it is automatically formatted to <a href="www.apple.com" ...
6
votes
4answers
2k views
markdown target=“_blank”
Is there a way to create a link in markdown that opens in a new window? If not, what syntax do you recommend to do this. I'll add it to the markdown compiler I use. I think it should be an option.
6
votes
2answers
457 views
Make a link completely invisible?
I'm pretty sure that many people have thought of this, but for some reason I can't find it using Google and StackOverflow search.
I would like to make an invisible link (blacklisted by robots.txt) to ...
6
votes
9answers
8k views
Javascript REGEX: How to get youtube video id from URL?
I want to get the v=id from youtube's URL with javascript(no jquery, pure javascript);
Example Youtube URL formats:
...
6
votes
5answers
249 views
Pimp my LINQ: a learning exercise based upon another sa question
I decided to try out LINQ for the first time to try and solve this question.
The results of my first foray into the wonderful world of LINQ looked like this:
using System;
using ...
6
votes
4answers
4k views
problem assigning declarative values in asp:hyperlink. error: this is not scriptlet. will output as plain text
I am trying to do this:
<asp:HyperLink NavigateUrl='<%= WebContext.RootUrl %><%= WebContext.CurrentUser.UserName %>' runat="server" Text='<%= ...
6
votes
3answers
150 views
How can I extract images from a site that I'm linking to?
If you're familiar with Reddit, you'll know how all of their posts containing pictures get a small thumbnail preview beside the title of the submission. How does Reddit go about doing that? Does it ...