Questions tagged as 'html5'

0
answers

Touch event on canvas

I need help with canvas, I do not know how to add the touch event for touchs I can zoom with the mousewheel event but not with the touch this is the code I have <!DOCTYPE HTML> <html lang="en"><head> <meta http-eq...
asked by 21.03.2018 / 22:22
0
answers

Chromecast in html5

Nesecito help me so that an app can send streaming with chromecast, in the browser works well when compiling with cordova I do not see the chromecast button. /*! * MediaElement.js * http://www.mediaelementjs.com/ * * Wrapper that mi...
asked by 31.03.2018 / 05:05
0
answers

Page .php redirects within the same page

In a php page that I have, there is the following line: header("Location: localhost/app_prb/inicio"); The problem is that when you execute this line, it does not throw any errors, but it loads this page (start), in the same current page. I...
asked by 20.03.2018 / 16:54
1
answer

Problem to show data from mysql to modal with jsp and bootstrap

I have a problem showing data from mysql in a modal with jsp and bootstrap to invoke the modal, I have a button of type button, which is the one that opens the modal, and in the modal, data arrive from the mysql database. The problem is that whe...
asked by 17.03.2018 / 20:30
0
answers

What to do so that the text and the elements do not overflow in html5, css3 and bootstrap?

I'm making a small system in HTML5 , CSS3 , JS , PHP and BOOTSTRAP , which I want the text to scale to the size of the screen. I understand that BOOTSTRAP makes the site become responsive , but when...
asked by 18.03.2018 / 19:19
2
answers

It does not take the correct values in my SELECT

Realize my BD with my main table "worker" , and that others depend on it an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it...
asked by 14.03.2018 / 06:04
2
answers

Calculate total points

Hello I would need help or some idea for how to calculate the total score of this card game in JavaScript, the problem is that every time I call the score function I reset the internal variables and I can not create the total score // Funcion...
asked by 15.03.2018 / 16:19
2
answers

How can I make the result of the operation in the textarea?

<script> function suma () { var num1=nume1(document.getElementById('num1').value); var num2=nume2(document.getElementById('num2').value); var resul=nume1+nume2; document.getElementById('resul').value; } <...
asked by 06.03.2018 / 15:59
1
answer

How to assign the value of a combo to a value with javascript

I have a problem when assigning a value to a combo when I show it on my form. The code would be as follows. //tengo mi función de donde recibo los valores desde otra parte miFuncion=function(idorden,valor){ $('#idorden').val(idorden); docume...
asked by 08.03.2018 / 22:41
0
answers

Do not watch video

I'm making a website where I have to play videos. I have the video fp-s1c1-pres.mp4 and if you play it <video width="320" height="240" autoplay> <source src="videos/fp-s1c1-pres.mp4" type="video/mp4"> </video> But whe...
asked by 08.03.2018 / 18:46