Questions tagged [href]

Hyperlink (or link) is a reference to a document that the reader can directly follow, or that is followed automatically.

Hyperlink (or link) is a reference to a document that the reader can directly follow, or that is followed automatically.

A hyperlink points to a whole document or to a specific element within a document. Hypertext is text with hyperlinks. A software system for viewing and creating hypertext is a hypertext system, and to create a hyperlink is to hyperlink (or simply to link). A user following hyperlinks is said to navigate or browse the hypertext.

A hyperlink has an anchor, which is the location within a document from which the hyperlink can be followed; the document containing a hyperlink is known as its source document. The target of a hyperlink is the document, or location within a document, to which the hyperlink leads. Users can activate and follow the link when its anchor is shown, usually by touching or clicking on the anchor with a pointing device. Following the link has the effect of displaying its target, often with its context.

Links are specified in HTML using the (anchor) elements. To see the HTML used to create a page, most browsers offer a "view page source" option. Included in the HTML code will be an expression in the form symbol "," marking the start of an anchor, followed by the highlighted text and the "" symbol, which indicates the end of the source anchor. The element can also be used to indicate the target of a link.

http://en.wikipedia.org/wiki/Hyperlink

5033 questions
1
vote
0 answers

Display tag customize pagination href

I have to customize my display tag pagination from display table. Now I have: 2 and I want: 2 How can I do this? In my page i have links like "&d-49489-p=2" to change pages . And i want…
carlj
  • 896
  • 1
  • 6
  • 14
1
vote
1 answer

EPiServer - href to "Content" of a ContentReference property?

Greeting all EPiServer gurus. Environment: EPiServer 7. Description of problem: I have a PageType with different properties. One of the properties is a ContentReference. [CultureSpecific] [Display( Name = "Specific documents", GroupName =…
ChrisRun
  • 993
  • 1
  • 10
  • 24
1
vote
0 answers

Need a link to url schema to open app store if app is not installled

I have a custom link targeting a custom url schema like
Dan Moldovan
  • 3,576
  • 2
  • 13
  • 24
1
vote
1 answer

asp.net - Create contatenated href tag in a repeater element

I have a repeater on my asp.net page, bound to a datareader in code-behind. I'd like to turn one of the repeater elements into the href of an anchor tag. The repeater element is the name of a file, and I want my user to be able to click on the tag…
Stanton
  • 1,334
  • 4
  • 18
  • 32
1
vote
1 answer

Cannot call Pdf from Html in my WebView

I have a Terms and Conditions page which uses a WebView to display the Terms which are in Html. It is loaded like this - WebView webView = (WebView) findViewById(R.id.webView); webView.getSettings().setBuiltInZoomControls(true); …
user616076
  • 3,907
  • 8
  • 38
  • 64
1
vote
1 answer

Images show in Chrome and Firefox but not in Safari

In my website, i have five links in the footer. Which one, redirect to the social media page of the company. Those links have images. In Chrome, it's showed right, but in Safari isn't. I have the screenshots... Chrome Safari
1
vote
1 answer

Greasemonkey js going to subpage, again, again and wait

sorry for bad english and maybe newby question. I want to write script that makes something automatic (in web game), everything I need to is go to subpage, then next one, and other. Then script needs to wait specific time and repeat. I'm using…
Rasoir
  • 11
  • 4
1
vote
1 answer

HTML link to CSS style sheet not working

A Level Computing

AS…

1
vote
0 answers

Previous/Next Web Page Links Heuristics?

I'm looking for a list of heuristics, given an HTML document and/or a set of URLs on a web page, that will give a set of URLs that are previous/next links from that page. Also, assume that you are given the base URL. I do not require to know if a…
Chad
  • 3,159
  • 4
  • 33
  • 43
1
vote
1 answer

Phantomjs: Get element without id

html: ... stuff ... stuff 2nd line is from outerHTML/source which page.content doesnt provide As far as I am aware these 'buttons' have to be clicked with a custom…
user2255757
  • 756
  • 1
  • 6
  • 24
1
vote
1 answer

How to add ID on click of a href

In my Project, I have different types of Lighting categories. Each category has its ID. now In My UI, If I select particular category, its pics should be displayed in repeater. I don't know how to give ID in a href tag. My HTML:
1
vote
2 answers

listening for click event for an href by classname

there is a page with some basic HTML that I cannot touch that looks like this: Continue shopping what I want to do is send the user to a different link when they click on the someURL text…
cataloupe
  • 21
  • 1
  • 5
1
vote
2 answers

JQuery href preventdefault issue with anchor

I have a link as following. Tab 3 On tab 2, when Tab 3 is clicked, I want to first validate whether form in Tab 2 is correctly filled. $("#tab3Link").click(function(e){ e.preventDefault(); …
TV Nath
  • 499
  • 5
  • 12
  • 35
1
vote
1 answer

Django on App Engine URLs

I'm have a problem with my urls using Django on App Engine. HTML:
  • Welcome {{ user.first_name }}
  • Logout
  • urls.py from django.conf.urls import patterns, include, url from django.contrib import admin from…
    Kyle B.
    • 389
    • 1
    • 6
    • 22
    1
    vote
    1 answer

    Why does the href="http://...." direct me to "https://..."?

    Alright, this is the case: I have a website. When not logged in, it is a http connection. On my homepage I have a link to another site: www.somesite.com So far so good, when…
    moffeltje
    • 4,521
    • 4
    • 33
    • 57
    1 2 3
    99
    100