Questions tagged as 'html'

1
answer

POST is not getting input data that is in javascript

Well, clicking on the "Schedule News" button displays an input for date and time ... But when you send the "form", the input that is inside the javascript is not receiving the data, the normal ones are already. .. Funny that I used this code yes...
asked by 30.01.2018 / 19:56
3
answers

How to check if the file is an image of Input type="file"

I have an input type="file" that would serve the user to add a profile photo and would like to check if the file is an image before. I've done the verification via PHP, but I'd like to do it via Javascript too.     
asked by 04.02.2018 / 19:51
1
answer

Input type button does not work on smaller screens

I'm editing some pages in C # and found that on smartphone screens the confirm button of button does not work. Here is the code: <input type="button" id="bt_confirmar" value="CONFIRMAR" onclick="javascript: criptografar();" class="b...
asked by 07.02.2018 / 05:38
0
answers

wkhtmltopdf - blank page

I am trying to convert html to pdf with wkhtmltopdf (wrapper - mikehaertl) in my development environment, but on the first run after installation and setup a message appeared: "The application is trying to perform an action that requires privile...
asked by 06.02.2018 / 20:03
0
answers

Labels fixed in the chart - Angularjs and Chartjs

I'm trying to display graph information without the need for the user to hover over some piece of chart. I'm using Chart.js with Angular.js! My question is also the one of the user @DiegoAugusto this question here html snippet: &l...
asked by 29.01.2018 / 21:52
1
answer

net :: ERR_INSECURE_RESPONSE

I'm developing a program that aims to show video and audio calls. Like a videoconference. Multiple users at once. I'm using peer.js. But the following error is occurring: GET link net :: ERR_INSECURE_RESPONSE How can I resolve th...
asked by 29.01.2018 / 16:26
0
answers

Uncaught Error: Syntax error, unrecognized expression: #botao_resp _? = $ row ['id']?

I have a page with forms to answer questions and I'm trying to use jquery in a separate file and it's giving the following error: Uncaught Error: Syntax error, unrecognized expression: #botao_resp _ $("#botao_resp_<?=$row['id']?>").on('c...
asked by 29.01.2018 / 11:39
1
answer

Date time Picker bootstrap in modal

This is the date time picker is appearing behind the modal and I am not able to put forward has how to do this? Code I've tried: .form_datetime { position: relative; z-index: 9999; } and $('input').datepicker({...
asked by 28.01.2018 / 21:27
0
answers

Database Connection with Php

Good, Someone who understands php and a little database that can help me? I can not connect the database to the website with php.     
asked by 04.02.2018 / 00:20
1
answer

Lightbox and Link, modify operation

Good morning. This middle lightbox, where it asks for login and password, only appears after the user clicks on that "Restricted Access" link. Is there any way for this lightbox to appear automatically? I already checked extensively that this op...
asked by 03.02.2018 / 16:44