Questions tagged as 'link'

2
answers

Check if a link is active or broken [duplicate]

I would like to know how I can use PHP to check if the link of download servers like Mega, Google, Filehero among others are active if they are not presenting the result of link offline . In this case, this is offline , , how can I...
asked by 02.06.2015 / 17:12
1
answer

Create link with data of a form [duplicate]

I have an external search site ready where search results generate a link similar to this: http://example.com/pesquisa?utf8=✓&search=itempesquisado&x=0&y=0 . I would like to create a form on my website that would take to t...
asked by 26.09.2014 / 22:48
1
answer

How to set 'href' on a link in KnockoutJS?

I'm starting with KnockoutJS and would like to know if it has a way to attach a link received by AJAX / JSON to a <a href="meu link aqui">Meu link</a> tag. HTML: <div data-bind="text: url"></div> <hr/>...
asked by 15.07.2014 / 16:12
1
answer

Download button without showing your way

Hello, I have a main mysite.com html site that can be found by search engine robots and I've done myite.com/download.html with these parameters <meta name="robots" content="noindex, nofollow, nosnippet, noodp, noarchive, noimageindex"&g...
asked by 02.03.2018 / 20:37
1
answer

Image over links

Good afternoon, guys. I made a navbar and in the center I put an image, so in this image it is on top of the links in navbar, I already tried some things like z-index but I do not objectify the result. if anyone can help me I will be very gratef...
asked by 24.04.2018 / 18:04
1
answer

Click on a link go to another page and show the desired id

Well, I need to make clicking a link on one page go to another and only shows the content of the id indicated on the first page, how can I do this? I searched in several places and did not find exactly what I'm looking for. index.php <...
asked by 14.08.2015 / 22:55
0
answers

Markdown - Links in page

With markdown the link in page: * [Minha localização](#minha-localização) points to ## Minha localização In the title, markdown automatically inserts the id="minha-localização" (accented), but when the code is converted to HTML...
asked by 20.11.2017 / 22:26
3
answers

Link for connection to phone numbers

I have a form where various user information is registered, including phone numbers and, after being registered, you can view the registration by opening a form that is the same as the previous one with disable fields that are the same as the fi...
asked by 11.10.2017 / 20:03
5
answers

input type="image" ... with LINK and HOVER

I can not put an effect on a button, I have 3 images made in photoshop, one is Normal (Link), another when hovering, and one when I click (Actived), however, I can not activate these effects via CSS, follow my HTML ... <input type="image" s...
asked by 04.08.2014 / 20:36
2
answers

Web link in TextView without url display, type "Click here"

The goal is to create a dialog with some links to websites. The following code already does this, but the URLs appear explicit (www ....) and I wish they were 'hidden' behind words like 'click here'. public void show() { PackageInfo ver...
asked by 14.03.2017 / 14:49