Questions tagged as 'html'

0
answers

Sadia real-time Python script in html with nodejs and python-shell

I'm trying to make a server that asks the user for a data, uses it as an argument in a python script, and shows the real-time output for the user in the browser. I'm using python-shell to call the python script and pass the arguments. Until now...
asked by 19.07.2018 / 19:36
2
answers

Pick button id clicked when you click another button

I need to make when the user clicks the radio button, it saves that value of the id and when clicking on another button "confirm" it shows the id of the first button clicked. I tried to do with localstorage, but it ends up showing all the id'...
asked by 19.07.2018 / 17:07
1
answer

Jquery scroll fixed on top when clicking on a div #

Next I have a problem because when I clicked on a menu anchored by a #id it did not have the scroll on top and so the content was cut because now I put this function and it worked perfectly however when I look at the console error Jquery:...
asked by 19.07.2018 / 16:34
0
answers

What is the best way to update database through checkbox in PHP / MySQL? [duplicate]

Good afternoon! On this site the user informs the CNPJ, STATUS and TRAVEL and search. When searching it shows in the result-table below the result of a SELECT of the DTC table of the database, according to the data entered....
asked by 19.07.2018 / 00:06
0
answers

Problem when clicking the anchor menu #

Below is my jquery script that makes hiding a certain content of the #over for example and when clicking the menu it hides the old one and shows the new one but when I call the new one the content gets all messed up quoting piece could help me?...
asked by 18.07.2018 / 22:01
0
answers

3d effect on building windows

How to make this effect of windows out more and more inside? ThegambiIhavesofar: body { padding: 0; margin: 0; perspective: 900px; perspective-origin: 100% 100%; } @keyframes rotation { from { transform: translateZ(-1000px...
asked by 16.07.2018 / 22:45
1
answer

HTML / CSS - Misaligned columns

Why are the columns misaligned? I used the same properties. /*ESTRUTURA DO SITE*/ *{ margin: 0; padding: 0; } body{ font-family: 'Open Sans Condensed', sans-serif; background: #fff url(../img/header2.jpg) repeat-x; backgroun...
asked by 16.07.2018 / 18:33
1
answer

Add color to text in javascript [duplicate]

Hello, I have a problem, I need to add a color to a text that is added inside a textarea with a button. I've tried using x.style.color="red" "... But it did not work, if anyone has a solution please introduce me. Follow the code: <b...
asked by 18.07.2018 / 20:40
0
answers

Automatic date range check

How do I check the dates without having to hit the submit button? Type an invalid date and be alerted if it is not within the range? function checarDatas() { var desenhoDidatico = document.desenhoDidatico; console.log(desenhoDida...
asked by 18.07.2018 / 21:12
1
answer

Changing the Result of a Form - Redirect to Another Page in the Submission

Hello, I have a form and would like to know how to change the results of it. Example: both for when the form is filled in successfully and for when an error occurs it redirects to a page of my choice. I'm using the following code: <...
asked by 18.07.2018 / 17:24