Questions tagged as 'link'

3
answers

How to open a link in a new aspx tab

I'm trying to open a new page on a different tab, through aspx, I got a code on the internet that does this, however, it only works with clicks. follow the code LinkButton1.Attributes.Add("onclick", "window.open('../conheca-os-alimentos-apr...
asked by 17.07.2015 / 17:44
2
answers

Is it possible to hide the link bar displayed in the bottom corner of the browsers?

I wonder if there is any way to hide the link bar displayed in the bottom left (or right corner of the browser) browser. Is it possible? <a href="http://www.google.com">Google</a> Sample image:     
asked by 16.03.2015 / 00:31
2
answers

Placing images on top of links [closed]

Hi! I wanted an image to appear when I hovered over an HTML link ... Here, what I have now ... <body> <img src="https://d1u5p3l4wpay3k.cloudfront.net/arksurvivalevolved_gamepedia/7/7b/ARK-_Extinction.png?version=64858f8a63faac340a9...
asked by 26.11.2018 / 23:37
1
answer

Open link in another browser in HTML

Good morning everyone! Next, I have a very simple HTML code, where I have an image linked to a link of a local application in the company (the application is web) or when I click on the image the page automatically redirects me the applicatio...
asked by 01.02.2018 / 15:17
2
answers

Youtube video popup

I created a link in an image so when clicking the image opens a popup centered on the screen with the video of youtube, it is working but what I did not know if it would be correct because phpstorm says that there is an error, but this one can s...
asked by 12.09.2017 / 18:41
1
answer

How to do color toggling of links with the click of the user?

Hello! Well, I have a TopBar on my mini search site: link , and now I've got a form action swapping system with Javascript , which toggles between "web, images, videos and news". However, the "Web" link is already selected (blue), but wanted th...
asked by 04.10.2014 / 17:18
1
answer

How to select an image link text (html) and erase everything else with Regex?

I'm working with a CSV (XML type) file, I'm using a google spreadsheet to clean the data, I'd like to edit a set of cells by making a selection of an image link in html and delete all the rest of the cell using Regex. The google spreadsheet h...
asked by 17.04.2018 / 02:26
1
answer

How to change the color of a hyperlink in android studio?

I can make Hyperlink perfectly, the problem is that its color is not contrasting well with the background of my application Iwouldliketoknowhowtomodifyyourcolor,sincechangingthetextcolorofthetextViewdoesnotwork,asthehyperlinkalwaysturnspink...
asked by 19.03.2017 / 23:10
1
answer

Open link in new window

How do I open a particular link, for example www.google.com in a new window without affecting what I'm using? I'm going to get this link when I run a method from a WS it comes in string format, so I have to open it to the user automatical...
asked by 07.03.2017 / 21:30
1
answer

Help with field 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 stored links exceeded 255 characters, what kind of data can I use in the database to store this information? I believe...
asked by 17.04.2017 / 02:50