Questions tagged as 'link'

1
answer

How to create links in html that are directed to specific points of the page itself?

Recently I noticed that some pages in html even being offline had links that directed the user to specific points of the page itself and would like to learn how to do it in Notepad++ .     
asked by 15.07.2015 / 22:54
2
answers

How to create links anchors and darken the rest of the page content less the intended section?

I want to do the following: <div id="ponto0"><a href="#ponto1"> Link </a></div> <div id="ponto1"> conteudo </div> By clicking on the href="#ponto1" link, the person will be directed to id...
asked by 17.07.2015 / 08:59
1
answer

Add link to image by * .CSS file

I have a *.css file that determined the position and size of the image I have in my header, you can add a hyperlink to that image in the *.css file itself, and then when I assign that image that id file *.css does it...
asked by 27.06.2017 / 21:49
1
answer

Link does not work when clicked

I have this code from a menu and when clicking on the item Biography the link does not work: <ul id="ul-menu"> <li class="li-menu"><a class="scroll" href="http://www.iracemafilha.com">HOME</a></li> <li class=...
asked by 04.06.2015 / 15:24
2
answers

Open facebook link in iOS Safari

Scenery: I have an app, which links to a particular page on facebook. When the user clicks the link, it should be directed to the page and loaded with Safari. However, if the user has the Facebook App installed on the iPhone, iOS direct...
asked by 20.01.2015 / 23:00
1
answer

How to change the src of a script using jQuery

How can I change the value of the href attribute of a <link> and src of a <script> . Real problem, I have two screens that are in different levels (different folders), in which both are accessed by the...
asked by 31.10.2014 / 17:35
1
answer

Problem with HTML link with classic ASP [closed]

The following code snippet is giving me problems: While not rsQuery.EOF If vStrCurso <> rsQuery("SIGLA") Then ind = ind & "<p></p>" ind = ind & "<span><b><a...
asked by 15.06.2015 / 15:11
2
answers

form text to be added as a link

I would like to know How to set the link through a form ex: I have a field to fill, whatever is filled in this field and you open it in the link if 1234 is filled in, the link must be www.example.com/1234, if 12424 is filled in the link that has...
asked by 14.05.2018 / 21:02
2
answers

Hide Link to download

I'm creating a download code for holerite files, where everyone can only see your pocketbook. The code I did now works, however has a flaw, as I put all the files in the same folder to make it easier to upload them since they are over 400 when t...
asked by 13.03.2017 / 15:23
2
answers

Add parameter at the end of the link with jQuery

I'm trying to get some specific URL's on a page, and add a parameter at the end of the link, but I'm not getting success as the object is returned instead of the link string + parameter. I made a very simple example of the code: var links =...
asked by 23.02.2017 / 16:01