Most voted "link" questions
A link (or hyperlink) is a hypertext element with the function of transferring navigation to another resource or page. In HTML, anchors are used (tag <a>) to create hyperlinks.</a>
Learn more…160 questions
Sort by count of
-
0
votes1
answer77
viewsInterpret if link is running from browser or cronjob
I have a working cronjob but practically the link(PHP code) this public because for cronjob to work the authentication check system is disabled. So I’d like to know some way that this link do not…
-
0
votes1
answer1255
viewsForce link opening in mobile browser and not on facebook?
When sharing the link of a page on facebook either by messenger or in some post when the user clicks, the same will open in the browser of facebook itself, which in turn is giving some "weird" bugs…
-
0
votes1
answer201
viewsOpen link in new window
How do I open a given link, for example www.google.com in a new window without affecting the one I’m using? I will receive this link when running a method of a WS it comes in string format, so I…
-
0
votes1
answer464
viewsHow to change the color of a Hyperlink in android studio?
I can do Hyperlink perfectly, the problem is that your color is not contrasting well with the background of my application (follows picture): I would like to know how to change your color, since…
-
0
votes0
answers50
viewsIs there any way to create a secondary link (a kind of bit.ly) to another link and make it expire after, say, 1 hour?
I have a specific link that gives discount for a purchase, but I can not pass this link to customers because it is fixed and the person would have indiscriminate access to discount. So I thought…
-
0
votes0
answers78
viewscakephp 3.3 links are receiving the "var/www/html" url
I’m having the following problem, in implementing the site all links that were generated by cakephp functions like: <?= $this->Html->image('logo.png', ['url'=>'/', 'id'=>'logo'])…
-
0
votes1
answer581
viewsField help to save a link
I need to save a link in the database, which in the case is Mysql, I was using VARCHAR(255), but I easily noticed some of the links stored exceeded 255 characters, what kind of data can I use in the…
-
0
votes0
answers54
viewsI cannot insert my html document into a web page through F12
I am using F12 to try to link to a normal web page one of my html documents. However, when inserting the link in href, the page says it is not allowed to access the document. ex:(web pag with an…
-
0
votes0
answers92
viewsHow to open external link in a new tab in Plone?
I have been working with CMS Plone version 4.3.9 for an institutional site, and I am trying to add a link so that as soon as clicked open a new window and not in the same, but does not appear the…
-
0
votes0
answers16
viewsYoutube video popup link
I need to create a link in an image where when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct, someone…
-
0
votes2
answers686
viewsYoutube video popup
I created a link in an image for when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct because phpstorm…
-
0
votes1
answer89
viewsChanging links with Javascript or PHP
I have a problem with a button where I need to change its link with javascript or php. Come on! My platform generates an automatic form, but I don’t have access to the source code. The form collects…
-
0
votes4
answers751
viewsHow to create a <a> link without refreshing
I would like to create a link with an image, but when clicking on it does not give refresh on the page, I want that if click nothing happens, if I put # the page updates, I do not want it to happen,…
-
0
votes0
answers59
viewsHow to use composite links - '.html file#secao'?
I made the following button: <a href="/../totem_app/xplaces/00_menu_vitoria_xingu.html#acru" target="_parent" class="bcontraste"><b>LINK</b></a> to go to <a…
-
0
votes1
answer2013
viewsOpen link in another HTML browser
Good morning, everyone ! Next, I have a very simple HTML code, where I have an image linked to a link from a local application in the company (the application is web) or when I click on the image…
-
0
votes1
answer119
viewslinked and underlined text in the edge
Hello, I am editing some pages in C#, and I have a validation page where will be listed some radio buttons options with the data for confirmation. The problem is that when CPF numbers are listed…
linkasked 6 years, 11 months ago Camilla Araujo 15 -
0
votes1
answer1436
viewsHow to parameterize a route in the Vue?
I’m using the vue/router to make a spa, and I’m having difficulty sending the id of a particular product by the url... I’m doing so on the link: <router-link…
-
0
votes0
answers93
viewsWordpress new user email
I am customizing the password definition email that is sent to the user when they sign up, but when I try to create the password definition link it is not taking the user login, I am using the code…
-
0
votes2
answers1784
viewsHow do I link an image in PHP?
if($formaCombate == "patk") { if($patk1 > $patk2) { echo "Jogador 1 Ganhou!"; } elseif ($patk1 < $patk2) { echo "Vitória do jogador 2"; } else { echo "<img href='link'><img…
-
0
votes0
answers209
viewsIs it possible to open a link in a specific browser tab using some target=""?
I have a contact registration system with a button to send Whatsapp message by whatsappweb. When I click on this button, it opens a whatsappweb tab in the conversation with this contact: <a…
-
0
votes2
answers1964
viewsHow to delete an element by Key in React?
This is the code generated, because the list is created by the routes of the pages, I would like to know a way to delete a specific Navlink, either by key or otherwise definitely, this Navlink…
-
0
votes0
answers26
viewsProblem with floating menu and ID
Greetings! I’m making a website and created some sections each with their respective id. It turns out that the page has a floating menu that accompanies the whole navigation. I made a link in the…
-
0
votes1
answer495
viewsHow to generate a dynamic link within a condition in Thymeleaf?
I would like to know how I can generate a link within a condition in Thymeleaf. In my situation, if the condition is not satisfied, I wanted to create a link that would direct to a new form, in…
-
0
votes1
answer96
viewsHow to select an image link text (html) and delete everything else with Regex?
I am working with a CSV file (XML type), I am using a google spreadsheet to be able to clean the data, I would like to edit a set of cells making a selection of an image link in html and delete the…
-
0
votes3
answers318
viewsPick site name by link
// IRIA PUXAR DO BANCO DE DADOS OS LINKS, MAS ASSIM JÁ DA UM EXEMPLO DE COMO IRIA FICAR. $listalinks = "http://site1.com/embed1/CODIGO http://site2.com/embed2/CODIGO http://site3.com/embed3/CODIGO…
-
0
votes0
answers34
views -
0
votes2
answers588
viewsHow to put td as link.
Good morning, you guys! I would like to place the contents of a <td> as a link so that the user can access the image that is in a folder on the server. That’s the : //Montando o corpo da…
-
0
votes1
answer61
viewsBanner 7 Magento - Link problem
I am facing a small problem with the rotatory banner of the following site: http://todabeauty.com.br. As you can see, the second slide has a clickable link in the image with the text: "Learn more".…
-
0
votes1
answer66
viewsHow to remove PHP Randomization encryption
I have a code but every time when updating the page it generates a random encryption key, I would like to know how to leave it to generate a unique key for each url, below follows the code: $gKey =…
-
0
votes2
answers906
viewsPlace images on top of links
Hi! I wanted an image to appear when I hovered over an HTML link... Here, what I have now... <body> <img…
-
0
votes1
answer96
viewsDynamic links with parameters
Hello! I have a question. I would like to create a file external to the menu of a site that is responsible for making the link between the pages, but I’m having a lot of difficulty executing. I’m…
-
0
votes2
answers183
viewsChange button link according to radio
Guys it’s a stupid thing I know, but I’m racking my brain, I need help who can thank you. . I am making a simple form, I need to have a rating question, if the person choose the option a link…
-
0
votes0
answers32
viewsLinks returned by php do not work
Hy, To with a problem with my links that are returned via php, basically it doesn’t work, the right link ta has nothing broken just doesn’t work. I want to know how to make them clickable. print:…
-
0
votes1
answer40
viewsSending an image from one page to another (Codeigniter)
I have a gallery of images loaded dynamically, where the user searches for the category and the system loads the relative images. Below each of the uploaded images has a button, which when clicked,…
-
0
votes0
answers41
viewsHow apps like Whatsapp and Facebook identify the Logos of websites?
Guys I need to send a link through Watshapp and I’d like him to show the logo on the message Taking a test for example with the website: https://locaweb.com.br it shows a logo the title (tag title)…
-
0
votes1
answer52
viewsHow to make the button go to different links? According to the variables of my "form"
function myFunction() { var cor = document.getElementById("Cor").value; var tamanho = document.getElementById("Tamanho").value; console.log(cor) console.log(tamanho) if (cor === "Luz Fria"…
-
0
votes1
answer58
viewsHow I add a hyperlink in the flutter Checkbox
Good morning, all right, guys? I would like to add a hyperlink in the "privacy policy" section, and I’m not getting it. Is it possible to do this? If anyone can help me, I’d appreciate it. import…
-
-1
votes1
answer654
viewsAdd data to a database via a link
I did a quick search but did not find, so I’m posting here. Well, here’s the thing, I want when the person click one link (in the case <a href=.......>inserir</a>) execute the following…
-
-1
votes1
answer638
views -
-1
votes1
answer507
viewsHow do I place a downloadable file with a unique id for each person who downloads
How do I put a file to download to my website where the button link changes every time after the file is downloaded and never to a person to download by the same link that has already been…
-
-1
votes2
answers55
viewsLink to access pages
How do I click on the products example link, change only content example and leave header and footer quetos? do with Slin and Rain frameworks, HELP!!!.
-
-1
votes1
answer68
viewsList of DB clients on the program page in C#
My problem is this, I do not know how to make appear on the user screen a list with limit X of clients of a DB, I will try to put in topics for a better understanding 1 - The customer list should…
-
-1
votes2
answers3616
viewstarget Blank right in the URL
On my site I have a floating button that has an image and allows me to put a URL, but does not have the option to open in a new tab. You only have space for the URL. I wonder if it has how to do the…
-
-1
votes1
answer119
viewsHow to create a friendly URL
I’m making a business guide website, but when user views the details of this company the URL appears as follows: www.nomedomeusite/detalhes.php?id_empresa=24 The id_empresa=24 I’m picking up via…
-
-1
votes1
answer55
viewsHow to put more than one link on the same button?
How can I put more than one link on the same button? Kind of a dropdown. Example: https://passoapasso.org.br/transparencia/ ps: I use Wordpress.…
-
-1
votes1
answer76
viewsWhen trying to link a NAV, the CSS style gets messy
Good morning guys, I’m starting to learn front-end and I came across a problem I’d like to understand why it happens. I’ve got that bit in my code: <div class="box-item"> <div…
-
-1
votes1
answer37
viewsby clicking the link closes the toggle menu
Hello! I created a menu on a page that contains anchors in the links, which lead to a certain site of the page when clicked and it is working cute. When I view the site on a smaller screen, the Nav…
-
-1
votes1
answer44
views -
-1
votes1
answer34
viewsHow to mark a link when pressing, without marking another one with javascript?
Guys, I have the following navigation bar. However I would like to click on a link, add the bordered class to it. Until then quiet, but when I press on another he also wins the class. Someone can…
-
-1
votes2
answers37
viewsLink does not return to page. previous
Hello. I’m a beginner in programming and I’m having problems with a website. I added some pages to a "One Page" site, but the links to these additional pages do not return to index.php, with the…