Tagged Questions
The anchor tag has no wiki summary.
67
votes
7answers
42k views
How can you check for a #hash in a URL using JavaScript?
I have some jQuery JavaScript code that I want to run only when there is a hash (#) anchor link in a URL. How can you check for this character using JavaScript? I need a simple catch-all test that ...
23
votes
9answers
35k views
23
votes
8answers
24k views
Programmatically scroll to an Anchor Tag
Consider the following code:
<a href="#label2">GoTo Label2</a>
... [content here] ...
<a name="label0"></a>More content
<a name="label1"></a>More content
<a ...
20
votes
7answers
10k views
jQuery Text to Link Script?
Does anyone know of a script that can select all text references to URLs and automatically replace them with anchor tags pointing to those locations?
For example:
http://www.google.com
would ...
17
votes
9answers
12k views
How can I create an empty HTML anchor so the page doesn't “jump up” when I click it?
I'm working on some JQuery to hide/show some content when I click a link. I can create something like:
<a href="#" onclick="jquery_stuff" />
But if I click that link while I'm scrolled down ...
14
votes
5answers
2k views
What does “href” stand for in HTML?
I understand what the "href" attribute in the anchor tag (<a />) is for, but what does the "h" stand for?
11
votes
6answers
2k views
Delphi 7 forms, anchors not working in Vista
The software is built on Delphi 7.
On my XP machine, the form resizes as I expect. However, on two Vista machines, I have components with anchors set to [akLeft, akTop, akRight, akBottom], but when I ...
10
votes
3answers
15k views
How to get anchor text/href on click using jQuery?
Consider I have an anchor which looks like this
<div class="res">
<a href="~/Resumes/Resumes1271354404687.docx">
~/Resumes/Resumes1271354404687.docx
</a>
...
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 ...
8
votes
4answers
162 views
Are ^$ and $^ in PHP regex the same?
Why do both of these regexes match successfully?
if(preg_match_all('/$^/m',"",$array))
echo "Match";
if(preg_match_all('/$^\n$/m',"\n",$array))
echo "Match";
8
votes
5answers
770 views
Why do page anchors sometimes miss?
On an HTML page, a link like this:
<a href="#pagelocation">Location on Page</a>
...should navigate to this spot on the page:
<a name="pagelocation">
But in my experience, it ...
7
votes
2answers
1k views
Get anchor part of URL in controller in Ruby on Rails
there is a way to get the anchor part of an url in a controller?
Example: if I type http://www.foo.com/bar#anchor123 can I get the string anchor123 in my controller??
7
votes
2answers
6k views
Retrieving Anchor Link In URL for ASP.Net
I have an url like so:
http://localhost/place/663828/bangkok-paradise-restaurant-toronto#r306040
I am trying to see if theres the existence of the anchor tag along with getting it's value to do some ...
7
votes
6answers
6k views
Triple Quotes? How do I delimit a databound Javascript string parameter in ASP.NET?
How do I delimit a Javascript databound string parameter in an anchor OnClick event?
I have an anchor tag in an ASP.NET Repeater control.
The OnClick event of the anchor contains a call to a ...
6
votes
1answer
528 views
HTML position:fixed page header and in-page anchors
If I have a non-scrolling header in an HTML page, fixed to the top, having a defined height:
Is there a way to use the URL anchor (the #fragment part) to have the browser scroll to a certain point in ...
6
votes
4answers
488 views
Reading URL Anchor on IE
I've got a page full of links to another page with anchors on the end (like this: index.html#anchor). On the page they point to, I have a script that is supposed to read where the anchor points to in ...
6
votes
1answer
900 views
What two separator characters would work in a URL anchor?
I use anchors in my URLs, allowing people to bookmark 'active pages' in a web application. I used anchors because they fit easily within the GWT history mechanism.
My existing implementation encodes ...
6
votes
5answers
6k views
c# StatusStrip questions
System.Windows.Forms.StatusStrip
I have added a StatusStrip to my winforms app, but I am having a few problems.
I would like to have a label anchored at the left and a progressBar anchored on the ...
6
votes
4answers
24k views
javascript regex to extract anchor text and URL from anchor tags
I have a paragraph of text in a javascript variable called 'input_content' and that text contains multiple anchor tags/links. I would like to match all of the anchor tags and extract anchor text and ...
5
votes
2answers
74 views
What's the magic of those links that will open a new browser like in firefox?
<a ... target="_blank">...</a>
This kind of link only opens a new tab,but some websites will open a new browser instance,what's the trick?
5
votes
2answers
451 views
How do I make the whole area of a list item in my navigation bar, clickable as a link?
I've got a horizontal navigation bar made from an unordered list, and each list item has a lot of padding to make it look nice, but the only area that works as a link is the text itself. How can I ...
5
votes
2answers
2k views
what is ment by rel=“bookmark”in link tag
Can any one reply me, the purpose of using rel="bookmark" in A tag, as in:
<a href='http://stackoverflow.com/questions/ask' rel="bookmark">Click Here</a>
Does it help in any way to SEO?
...
5
votes
3answers
8k views
HTML anchor link - href and onclick both?
I want to author an anchor tag that executes some javascript and then proceeds to go wherever the href was taking it. Invoking a function that executes my JS and then sets window.location or ...
5
votes
3answers
297 views
Forms Authentication Redirect cause Anchor loss
So here is the problem.
I use Anchors as a non-refreshing way to allow bookmarking of currently view objects.
http://myserver/showobject.aspx#objectid=10
I use this so when updating the object id ...
4
votes
3answers
66 views
How to go to an specific anchor when entering the page (doesn't work)
First of all, thats my current state of play: thsbrk.de.
The black boxes should be e.g. a about section. I want to achieve that if you enter my page (thsbrk.de) you directly go to my reference ...
4
votes
4answers
74 views
replacing anchor text with image
I want to replace anchor text with image using CSS. Here is my code.
HTML
<div id ="first">
<a href="#">Read More</a>
</div>
<div id ="second">
<a href="#">Read ...
4
votes
1answer
184 views
How can I add an anchor tag to my URL?
MVC 3.net I want to add an anchor to the end a url.
I tried to include an anchor query string but the hash '#' changes to %23 or something like that in the url.
Is there a way of working around ...
4
votes
2answers
46 views
Winform listbox doesn't anchor correctly
I don't know if this affects other controls but for listboxes and checkedlistboxes, the bottom of the listbox only resizes with the form at certain intervals.
Say I have a Form and a listbox that has ...
4
votes
2answers
88 views
Anchor tags - equal height, still clickable with CSS?
I have a little code on jsfiddle:
http://jsfiddle.net/tYrCe/1/
Edit it if you like!
I have 3 buttons with anchor tags. I would like them to be equal in height.
Requirements
Equal in height
...
4
votes
3answers
1k views
How to style Anchor in GWT?
How can I add style for Anchor in GWT using UIBinder? I have following piece of code in UiBinder template XML:
<g:Anchor ui:field="forgotPassLink">Forgot password?</g:Anchor>
I know ...
4
votes
4answers
125 views
Create images from links
<td id="anchToImg">
<a href="/mydir/folder/anyImg-1.jpg">my anchor1</a>
<a href="/mydir/folder/anyImg-2.jpg">my anchor2</a>
</td>
I need it to be like this after ...
4
votes
1answer
760 views
Simulate click at an anchor tag via javascript
I am trying to change the text in browser's address box by simulating a click on an anchor tag via javascript. This code works just fine in IE, but not in FireFox or Chrome.
<script ...
4
votes
2answers
565 views
<iframe src=“reallylongpage.html#bottom” /> doesn't work
I have the following embedded iframe
<iframe width="100%" height="400" src="reallylongpage.html" />
reallylongpage.html has 2 anchors #top and #bottom
I want my iframe to load ...
4
votes
2answers
308 views
Does anchor href of an image make it download?
So I was using yslow for firefox and my page weight was way high. My page has a main product image and then maybe 10 thumbnails. If you click a thumbnail, the image opens up in a popup done through ...
4
votes
3answers
3k views
Stop default hashtag behavior with jquery
I'm using the following code to append a hashtag to the end of a url. That way someone can copy that url and take them back to that page, with certain divs visable.
$("a.live").click(function() {
...
4
votes
4answers
3k views
PHP - get value from URL after # sign
http://domain.com/site/gallery/1#photo45
How to read value after the # sign (photo45)?
PS: What is the English word for the # sign?
4
votes
4answers
10k views
using href links inside <option> tag
I have the following html code:
<select name="forma">
<option value="Home">Home</option>
<option value="Contact">Contact</option>
<option ...
4
votes
2answers
2k views
How to get “raw” href contents in JavaScript
I am trying to write a GreaseMonkey script in which I want to find all of the links that are relative links. It seemed to me that the way to do that would be to match the contents of href against ...
4
votes
3answers
4k views
Anchor tag around table is not clickable in IE 6, 7 & 8
The problem: when surrounding a table with an anchor tag, the table and everything within is not clickable in IE 6, 7 & 8. How do I solve this issue assuming I can't replace the table with divs?
...
4
votes
4answers
2k views
Activate URL anchor but don't scroll to it?
I have a page with two tabs that I want to be able to switch with Javascript, but also set the anchor (e.g. page.html#tab1) in the URL for bookmarking/linking.
By default the tab contents are in two ...
4
votes
4answers
4k views
How to track anchor tags with Google Analytics
I'm trying to track clicks via Google Analytics that do not result in a new request. Specifically, clicks on tabs that are created via the jQuery UI tabs widget. I'm using the older version of the ...
4
votes
6answers
8k views
How to make the HTML link activated by clicking on the <li>
I have the following markup,
<ul id="menu">
<li><a href="#">Something1</a></li>
<li><a href="#">Something2</a></li>
...
4
votes
4answers
4k views
How to create an anchor and redirect to this specific anchor in Ruby on Rails
I'm trying to create unique anchors for every comment on my blog so a person can take the url of an anchor and paste it in their browser, which will automatically load the page and scroll down to the ...
4
votes
5answers
3k views
a:visited doesn't work in Mozilla Firefox
I have created a link and when I try to set the style;
a:visited {
text-decoration: underline;
color: #FF0000;
}
It doesnt seem to work. It works fine in IE. I have also followed the order; ...
4
votes
4answers
4k views
How to launch a file protocol URL with an anchor from Java?
From a Java program, I need to launch the default browser on a local HTML file, pointed to an anchor inside the file. In Java SE 6, the java.awt.Desktop.browse method will open the file, but will not ...
4
votes
5answers
4k views
Nesting HTML- anchor tags
Today I was working on a tab navigation for a webpage. I tried the Sliding Doors approach which worked fine. Then I realized that I must include an option to delete a tab (usually a small X in the ...
3
votes
1answer
30 views
Padding differences in anchor element and input element with same style
I have the next input and anchor elements:
<input type="submit" class="button" name="add" value="Button 1" />
<a class="button" href="cpanel.php">Button 2</a>
The css is:
input, ...
3
votes
3answers
78 views
How to nest anchor links via jQuery?
Looking for a great way to add anchor links within my HTML document after my pattern of H3 and the last p element block.
This is my original HTML
<div id="container">
<h3 ...
3
votes
1answer
357 views
How are margins and padding used in FireMonkey?
Does anyone know how to use the Margin and Padding fields?
Apparently they can be used in place of Anchors, since FM doesn't support Anchors. I've been playing around with them this morning but ...
3
votes
3answers
97 views
How to make all <a> has the same target=“_self”
How can I make all <a> link has the same target of "_self" through jQuery or javascript?