Questions tagged as 'link'

2
answers

Why does the address of some sites contain number after the www?

Why are there urls that contain any numbers after the www? (www1, www3, www12) What does this influence? Can I create a link like this? Ex: link link link     
asked by 06.05.2015 / 18:40
2
answers

Sliding effect on 'anchor' links

I have a OnePage page and the anchor links of the menus when they clicked they only " skip " for the section of screen below but I wanted them slid gently to the intended 'anchor' section. I tried to put transition via CSS and I wa...
asked by 01.10.2015 / 19:21
3
answers

Is an TR anchoring possible?

Is it possible for outside of a tr element to link any address as below? <a href="www.enderecodesejado.com.br"></a> If it is not possible, would JavaScript solve this or is it better to forget? I have the following tab...
asked by 11.01.2014 / 21:13
2
answers

How do I expect to import text / html content into modern browsers using the link tag?

Recently I came across the current documentation of TAG <link> on the W3.org site - link where you specify that you can import content with mime-type text / html, ie HTML files. This would solve a current problem that I have t...
asked by 19.02.2014 / 18:49
1
answer

How to prevent pseudo-element (before or after) inside a clickable tag?

Is there any way to prevent the pseudo-element ::after or ::before from a <a> link becoming part of the link itself? My idea was to use ::after in a <a> link tag, this ::after would be u...
asked by 04.09.2018 / 20:17
1
answer

Open Facebook application via a web link on Android

I have a mobile site that the user can only access by logging in with Facebook. The Facebook SDK for Web (Javascript) works fine, however the user always has to login because it does not always is logged in the Smartphone browser, ie (for some...
asked by 28.04.2014 / 20:31
4
answers

Which way can I use regular expression to capture only some attributes of links

I need basic example (s) of how I can compose a tiny script to just get the contents of the attribute href . I will simplify the explanation in two groups, they are: A and B In Group A we have the respective links started...
asked by 14.12.2017 / 06:44
3
answers

How to make links with preventDefault in angular?

I'm using a function called with ng-click , through a link (Anchor). However, because of the hash # , the page is "jumping" every time I click that link. My code is this: <a ng-click="openImageModal(request)" href="#">...
asked by 27.07.2016 / 17:07
4
answers

Expire link php

I'd like to know how I'd expire a link after a use. We have a password recovery system that sends an email to recovery that is working perfectly. In case, if the link does not open in 30 minutes, it expires, but I would like to know how to ma...
asked by 30.10.2015 / 14:56
2
answers

How to put links in words automatically with javascript?

If the page contains the words "contact", "help" and others .. turn them into a link: <a href='http://meusite.com/pagina1.html'>contato</a> <a href='http://meusite.com/pagina2.html'>ajuda</a> Example: You may n...
asked by 22.07.2018 / 03:41