Questions tagged as 'html'

1
answer

How to add an Embedded Music to an .HTA file

I need to know how to embed a song into an HTML file (extension .hta), without creating directories and folders, just music within .hta     
asked by 13.12.2017 / 18:50
2
answers

Appear result on same page with php

I'm basically starting studies with PHP and what I'm trying to do is simple. I would like to display the result of a calculation on the same page. The structure of my project follows: Mycodes:index.php:<?phpinclude"header.php"; ?>...
asked by 13.12.2017 / 00:33
2
answers

How to enable or disable an input according to the option of a select html by javascript?

I want an input to start disabled and when the person selects for example a certain select option the input is enabled.     
asked by 22.01.2018 / 13:43
1
answer

Two arrays in foreach js

I have a function in JavaScript that sends requests with the contents of the lines of a textarea , is a looping that runs through an array and sends the requests with the data of these indexes of the array, the problem is that I need to cr...
asked by 23.01.2018 / 04:41
1
answer

Select do not duplicate information

I have a SELECT and what I want is that if there are two OPTIONS with the same value it just shows one. As shown in the example below I have 2 Options with Micosoft and I just want it to show me an Option with Microsoft since I am listing thi...
asked by 27.12.2017 / 04:05
1
answer

Save the form so that when it returns an error it does not delete the inputs

I am doing a registration system, when the data is correct it saves the bank in a good, when it gives error it returns where it is wrong but it erases everything that was filled or is not viable what I want is that when the user tries to registe...
asked by 29.12.2017 / 15:20
1
answer

Problem with modal

IdonotknowwhywhenIclickititdoesnotopenIcalleditrightandtheCSSiscalm.. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); html, body { width: 100%; height: 100%; margin: 0; } .page-wrapper { width: 100%;...
asked by 02.01.2018 / 20:09
2
answers

A question about the toggle button

I made a toggle button using this code: // Hide all the elements in the DOM that have a class of "box" $('.box').hide(); // Make sure all the elements with a class of "clickme" are visible and bound // with a click event to toggle the...
asked by 29.12.2017 / 01:30
1
answer

How to change chart.js display c,

I'm learning to work chartsjs I bring date, with January value with 10 clients, the scale is 0.5, 1.0,1.5,2.0 I would like to deichar with 1,2,3,4, ... there is no half client /*********************************** GRÁFICO DE LINHAS DIARIO *****...
asked by 07.12.2017 / 09:50
2
answers

Pass the GET variable by more than one page

Here is the code that is best explained. <form class="got" method="GET" action="real_time.qm.php"> <select name="papel"> <?php //Recebo as variaveis da outra pagina $loc = $_GET['loc']; $ori = $_GET['or...
asked by 06.12.2017 / 19:06