Questions tagged as 'html5'

1
answer

how can I send a variable php by onclick for a function js [closed]

I want to make an img html tag as a button that sends a value php to a function js and then insert it into an array, if you could help me I thank you infinitely php while($row = mysqli_fetch_array($result)){ $cartaNombre = $row["Carta"...
asked by 02.05.2017 / 07:15
2
answers

@ Html.Action asp.net MVC

Good afternoon, I have trouble going to a view, calling from another view. I do it in the following way: I'm in the OlvidoPassword view, and in the view there's a ViewBag.User, what I do is ask if the ViewBag is null, if it is, I send i...
asked by 26.03.2017 / 22:06
4
answers

Some doubts with materialize

good at the end I could make my web responsive, I thought that those things were done manually, and it turns out that there were framework ufff, well anyway, I have some doubts that remained pending: For example in my forms when I have text f...
asked by 05.04.2017 / 00:48
1
answer

Move images simulating a javascript parking [closed]

Good afternoon, I need your help I was asked to do a little parking in html using javascript, I do not know much about javascript but I could do something but I need to move some images that I generate asking the amount of a div to another div,...
asked by 25.03.2017 / 00:52
1
answer

Center color gradient of Canvas html5

I have the following gradient on canvas. link My question is: Why, if I set the red to 0.5, does it appear in the middle of the bar? How do I get my color to appear right in the center? How does the gradient system work? LOO...
asked by 29.05.2017 / 17:25
1
answer

Repeats keydown event with Jquery, when using a quick key [closed]

Best regards. It turns out that I use the following quick key functionality: $(document).ready(function () { $(document).on('keydown', 'body', function (event) { //codigo bla bla alert("ejemplo...
asked by 30.05.2017 / 04:19
1
answer

Html5 form is not displayed with internet explorer 11

I have a form that works perfectly in all browsers but when viewing it in internet explorer 11 I notice that it is not displayed well. So I want it This is how it works in Internet Explorer <p class="left entradaTxt...
asked by 16.03.2017 / 09:52
1
answer

Array foreach and MYSQL query with php

I have this example of foreach with array, and what I need to know is how can I enter mysql query to this array? <?php $cabecera=array("nombre","telefono","referencia"); $luis=array("Luis García","645395715","Trabajo"); $paco...
asked by 23.02.2017 / 02:18
1
answer

Wordpress is not using page.php page [closed]

Greetings, I need to use the page.php page but always load is the index.php and I do not know why this is presented, since the wordpress hierarchy should always show page.php first than the index.php obviously the two pages are already created,...
asked by 20.03.2017 / 17:54
1
answer

Modal of Bootstrap Facebook Post style

How do facebook posts work to see an image in a window without changing places to see it? What method do you have to use to do that? Example: link     
asked by 14.02.2017 / 00:40