Questions tagged as 'link'

1
answer

Image "run / fly" through the Site

Can I make a "Fly" or "Run" Image Alone on my site? I would like to put on my site a kind of "Puzzle", a Mystery. I want to put a link in the Image. It has to be a little quick to click. Do you know the Twitter Bird that flies through the Blo...
asked by 08.05.2015 / 05:32
1
answer

How to upload using PHP image in BLOB link?

I'm making use of a GitHub (xkeshi / image-compressor) project that compresses images using JavaScript. It generates a download of the compressed file with the following link for example blob:http://localhost/945f825f-054a-4170-9d79-ac1dba593...
asked by 04.08.2018 / 03:09
2
answers

How to create a fixed link in wordpress?

I'm implementing a static html site for wordpress, it's not all the pages that need cms to manage the content, my problem is this! I can not create a Menu link for a static page or any other page Wordpress 4 example <a href="contato.p...
asked by 26.09.2014 / 22:22
1
answer

Link opening in new window

I have an image, which is a link to the index page (home). It turns out that when I click on the link, the browser opens another window, but should open it . How do I resolve this? Below my code: <a href="/Home/Index/" title="Twitter"...
asked by 18.03.2014 / 17:41
1
answer

Is it possible to add a contact on my cell phone via code?

In a list of users on a mobile system is it possible to have a button that adds the contact on the mobile? It would be a ADD button that when you clicked, that add Android contact screen appears, for example, with the person's name and the...
asked by 25.09.2015 / 19:35
4
answers

As per link in table?

I have a Table in PHP and in every tr I need a link <?php $con = mysqli_connect("localhost","root","", "saber"); mysqli_set_charset($con,"utf8"); $result = mysqli_query($con,"select id,nome,vista from mensagens"); while($row = mysqli...
asked by 10.07.2015 / 17:19
2
answers

How to camouflage a page link

example I see many pages creating an m3u file and hosting but if you try to paste address in the browser to download the file the page redirects without downloading or showing the file to another page. this is done in php pages     
asked by 25.06.2015 / 00:11
1
answer

Smooth scroll anchor link

The following JS is intended to promote smooth scrolling when we click on anchors in a one-page site. Is it possible to restrict the performance of it only at resolutions higher than 760px? $(document).ready(function () { function filter...
asked by 24.02.2015 / 20:51
3
answers

Function in hyperlink

I'm running a function in the hyperlinks of my system, as shown in the code below: <md-menu-item ng-repeat="insumo in insumos"> <a href ng-click="verificar('mostrarInsumos', insumo.ins_cl_id, '1', $event)"> <md-butto...
asked by 15.02.2016 / 18:59
1
answer

Hyperlink that when clicked open a certain application and if it is not installed, open its link in Google Play?

The application in this case is the Telegram and it works with a simple system of reference to users, channels, groups. I would like that by clicking on the hyperlink (clickable textView) that is with the @Fulano user link, it would open...
asked by 16.03.2017 / 23:24