Questions tagged as 'link'

1
answer

Force link opening in mobile browser and not facebook?

When sharing the link of a page on facebook either by messenger or in a post when the user clicks, it will open in the browser of the facebook itself, which in turn is giving some "bizarre" bugs on my page, being that the same in chrome and fire...
asked by 03.03.2017 / 18:27
1
answer

View clickable link coming from database [duplicate]

I want to display the link that can be clickable, appearing as text: I'm using the code below, but it still comes as text and I can not click: @Html.Raw(HttpUtility.HtmlDecode(item.Facebook))     
asked by 29.12.2016 / 22:34
1
answer

Pass data by link - php application

I am not able to do something, I am a beginner in php and web programming and I am trying to make a page to receive the ID of any user through a click on the link: 'while($linha = mysqli_fetch_array($result) ) {...
asked by 13.03.2016 / 13:06
0
answers

How to list download links by VBA

Hello My problem is the following ... I am accessing a website, where I provide login and password and I travel through the pages to my page of interest. I have a function that always lists all active page links in IE. The problem is th...
asked by 26.11.2015 / 13:57
1
answer

Open External Link in Windows Media Player

I have an offline HTML page that contains a link to a MP4 video, I would like that when I load this link, I would open the Media Player or other software that I have installed and predefined on my computer to play the video, ?     
asked by 27.05.2015 / 11:22
1
answer

Link does not click on small dimensions

I'm having a problem with the links ( <a href=""></a> ) because in normal screens (desktops) it is normal as it should be, now when the resolution is smaller type mobile or tablets, the link is not clickable, I do not know beca...
asked by 08.05.2015 / 23:48
1
answer

Manipulating links with accents

I am capturing news links posted to a particular site using the following code: function academia(){ function makeNews(res){ var soup = $(res.responseText).find('div [class~="tileImage"] h2');...
asked by 22.07.2014 / 16:57
4
answers

How to create a link to without giving refresh

I would like to create a link with an image, but when clicking it does not refresh the page, I want to click if nothing happens, if I put the page refreshes, I do not want this to happen, I want it to click and nothing I'm using it like this:...
asked by 25.02.2018 / 18:43
2
answers

How 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'>&l...
asked by 27.08.2018 / 01:47
2
answers

How to put td as a link.

Good morning everyone! I would like to put the contents of a <td> as a link so that the user can access the image that is in a folder on the server. This is the: //Montando o corpo da tabela $table .= '<tbody >'; w...
asked by 20.08.2018 / 14:22