Questions tagged as 'link'

1
answer

Open PHP link in another browser

I would like to open a link that I have on my page in a specific browser (IE). For example, if I'm using Google Chrome, I'd like to open the link in Internet Explorer when clicked. Is there a PHP function to help me?     
asked by 14.05.2015 / 13:12
4
answers

How to redirect url with htaccess out of domain?

I have a www.dominio.com.br domain. On a given page, I need to put a link to google + from the client. I'm using: a href="www.google.com" target="_blank" For tests, and what is happening is that instead of the system opening a new...
asked by 20.07.2015 / 16:21
1
answer

How do I create external link using cakePHP?

A link of the type below is used to link to a page of our own system: <?php echo $this->Html->link('Listar todas as tarefas', array('action'=>'index')); ?> What if I want to link to YouTube for example or another site?     
asked by 05.12.2014 / 18:39
1
answer

How to show a UIAlertView when a link is fired in the UITextField?

Problem scenario: There is a link in UITextView , when this link is triggered it should open a web page. This part is already working.  But I need to show UIAlertView asking if you really want to open the link in the browser. In...
asked by 30.09.2014 / 15:40
0
answers

Problems applying CSS in Semantic UI [closed]

I'm trying to use font-size on my <i> but to no avail. I opened the developer tool and I even change the size there, but when I try to apply through CSS it does not work. It's like my CSS is not "linked" properly. <head...
asked by 03.01.2019 / 14:51
0
answers

Get Facebook profile name when clicking on a link

I need to release a link to a Landing Page on facebook, but I would like to register the name of the people who clicked on the link. I wonder if there is some way to get this information by some token / parameter. Receiving this information,...
asked by 21.11.2018 / 14:23
1
answer

How to remove PHP Random 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 the following code: $gKey = 'welcometoapicodesdotcomthisiskey'; fu...
asked by 12.11.2018 / 12:34
1
answer

Banner 7 Magento - Problem with the link

I'm having a little problem with the rotating banner on the following website: link . As you can see, the second slide has a clickable link in the image with the text: "Learn more". But I'm trying to get the whole slide image to be linked. S...
asked by 09.11.2018 / 14:09
0
answers

Application started by "click" on a link

Example: I click on a discord link for a specific server; so after opening it in the browser it launches the desktop app. What is this "mechanism" called and / or how?     
asked by 30.09.2018 / 04:11
0
answers

Is it possible to open a link on a specific browser tab using some target=""?

I have a contact signup system with a button to send whatsapp message to whatsappweb. When I click this button, it opens a whatsappweb tab in the conversation with that contact: <a href="https://wa.me/55'.$telefone.'" target="_blank">...
asked by 17.09.2018 / 13:59