Questions tagged as 'html'

1
answer

Linebreaks django and html

I have the following code in a django template <div style="background-color:#F1948A;padding:0;border-radius:5px;margin:2;"> <p style="margin-left:10;">{{ post.texto }}</p> </div> The post.text can be of 5 cha...
asked by 03.08.2017 / 12:40
1
answer

Full list Skype Uri

Good morning, right now I am working on a project to manage certain Skype functions through URIs that they offer, such as for making a call, which has the following form. <a href="skype:usuarioallamar?call">Llamar</a> Now, I und...
asked by 25.10.2016 / 20:56
5
answers

How to send data from a modal bootstrap dialog to a table in mysql?

I have a table in mysql called jobs that has three fields (Job_id, Job_Name and Cost) which has data and I show them in this table in html Now what I want is that when selecting edit, I can modify the name and the cost and that this cha...
asked by 05.10.2016 / 19:32
1
answer

How to take the value of two selects with the same name and that php receives them?

How could I take the value of two selects for PHP to receive them to be able to make a foreach and insert it in the database? since what is required is for a user to have two roles at the same time. that is to say that in...
asked by 06.04.2017 / 23:21
1
answer

load html element with id

I have to change a list html from javascript . my code is document.getElementById("my_element").innerHTML = "<li id="my_li">...</li>"; Apparently it works correctly and the block loads perfectly, but without the id....
asked by 10.04.2017 / 01:06
1
answer

Save the webcam video on the live server

I want to upload the video that records the webcam to the server. Now what I do is record the video and once the recording is finished upload it whole, to record it use RecordRTC, in addition to HTML5 and Javascript. What I want is to upload it...
asked by 27.07.2016 / 12:33
1
answer

Bug with dropdownbutton

I'm making a website and I've put a "DropDownButton". I would like to be able to click on all the parts of the button, but it only works if I click on the top part of the button. Here is a video of what happens to me: link Here is the CSS a...
asked by 09.11.2016 / 13:46
3
answers

How do I remove the autoplay from an embed?

I have the following html code: <embed width="320" height="50" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.globalhost.com.ve/shoutcast/reproductor3.swf?s=2&p=60" play="false" loop="false" type="application/...
asked by 10.11.2016 / 15:56
1
answer

Correct way to use event listener to be able to add many radio buttons?

I wanted to know if there would be any way that my script can handle the amount of radio buttons that I put to it and not have to refactor my code js. Could someone give me a hand? I have an idea to put an event listener to all the radio buttons...
asked by 12.09.2016 / 16:01
1
answer

Next and previous function with js

I have been working for some time on a javascript function that makes the next div when I click on the background image, or for time. Well this function and I got it, the problem is that now I can not do that by clicking on the right side go...
asked by 19.09.2016 / 09:50