Questions tagged as 'html'

2
answers

I need help with Javascript, css and HTML, Hide and Show DIV's

I have a drop-down list, it's a menu, and I have a javascript that hides them and shows them the div, but when selecting an option that is inside another one in the drop-down list does not show the others, I leave the code here so that understan...
asked by 28.05.2018 / 18:12
1
answer

How can I align the form and the buttons on the right?

My page is the first image and I should leave it as the second image: .globalWrapper { width: 1024px; background-color: #DFAFF9; width: 100%; margin-left: auto; margin-right: auto; padding-top: 10px; padding-bottom...
asked by 28.05.2018 / 17:29
1
answer

Save in list format python results in html

I am trying to save the content of the variable x at the end of the code in us.html, but it only saves me the last line of the list, it has to do with something to save in list or save as a list format but I do not know how to do in this code....
asked by 28.05.2018 / 17:36
1
answer

How to show an array with several values stored in the same field

I have a field that stores a value of an array with several separate data with (,) in the same field of the database, as I do to show that data to show that information in a report. $sql = mysqli_query($con, "select * from document where...
asked by 07.06.2018 / 21:31
0
answers

How to show images from php to excel

I want to export an image that I keep in a database and I show it on the screen and I want to export it to excel, but when I export it to excel I get an x and a message that says that the route was changed or that the file     
asked by 28.05.2018 / 14:38
0
answers

Uncaught TypeError - When trying to send a PDF by email with jsPDF

I want to send a PDF file by email with the javascript library jsPDF. When I run I have this error. Uncaught TypeError: Cannot read property 'email' of undefined This is the code: var pdf = new jsPDF(); pdf.text(0, 0, 'Hell...
asked by 28.05.2018 / 14:53
0
answers

Generate Carousel through Angularjs + Mysql + PHP + Bootstrap

I ask your help to solve the following ... I'm doing a carousel with AngularJs, where I get the images from the bd, it does it well when it's just an image but when it's two or more it does not work anymore .. I would have to be a div active but...
asked by 28.05.2018 / 04:21
1
answer

Send checkbox value to a database and an icon to a table

My question is when doing the checkbox, everything is fine, these checkboxes are in addcliente.php: <input type="hidden" name="Cl" value="0"> <input type="checkbox" name="Cl" value="1" /> <label> &nbsp; Cliente </la...
asked by 31.05.2018 / 19:00
1
answer

Permissions when attaching HTML files

I come with a doubt. Everyone knows that a file is used to attach a <input type="file" name="fileupload"value="fileupload" id="fileupload"> And the window to select the file opens, but can it be denied or controller that a file can be...
asked by 27.05.2018 / 05:40
0
answers

I need to play the audio in streaming

I'm doing a live Facebook type streaming, for now I'm just accessing the camera and the computer microphone. To be able to show the video and the audio, I have to put them true, but when I want to use the audio it acts as interference (white...
asked by 27.05.2018 / 07:42