Questions tagged as 'html'

2
answers

Customize input range for progress bar?

Custom progress bar for a video player range , someone can give me some tips, thank you. <input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/>     
asked by 24.12.2016 / 18:31
3
answers

Pass variable value inside text with echo [closed]

I'm trying to add a value to a variable within a text with echo and I'm not getting it, the value is available because I can access it. What I have is this, I could not enter the code properly, so the image: LookingattheconsoleofCh...
asked by 29.12.2016 / 13:57
1
answer

Form within Form [duplicate]

Good morning! I checked the link, Form inside Form , but That's not what I'm looking for. I need to know if a form inside the other with two buttons and two different actions works. Example: <form type="post" action="dados_cadas...
asked by 24.05.2017 / 21:49
1
answer

I have one form inside the other and I can not get the most internal form

Here is an example of how the form is, it is much more complex than that, it already has almost 10 years of use and I do not have time to modify everything. But I need to have access to the form that is inside the other, that is the form that is...
asked by 27.04.2017 / 14:32
1
answer

Does the tabindex attribute work in the opera browser?

No caniuse.com ( link ) support is as unknown. I imagine that since it's the same base as the chrome, it should work, but it's a shot in the dark.     
asked by 19.05.2017 / 13:55
1
answer

Help with jquery Uncaught TypeError: $ is not a function

I'm having a problem with a filter selector, when I choose a city to filter information about it, the browser console shows me the error below. I can not tell which version of Jquery is being used on the site, I'm dropping parachute in the world...
asked by 05.05.2017 / 19:20
3
answers

Problem to attack child and doubt in using this

I'm having trouble understanding the use of this. I have the following structure: <div id="a" class="clsa"> bbb </div> <div id="b" class="clsb"> <span id="bb" clsbb> Conteudo bb </span> </div>...
asked by 04.05.2017 / 08:35
2
answers

HTML & PHP -Turn a log in button out

I have my code in PHP created for both log in and log out, I confess that I read several articles in google how to turn a log in button but I confess that it did not help at all, I'm here to ask if anyone can enlighten me how. My page index (SEE...
asked by 07.05.2017 / 12:26
2
answers

problem logging in form with php

I developed a login system in php in this site without a database with a fixed password localhost everything works normally more when I uploaded the files to the server and I try to access it and it loads the page but it returns to the...
asked by 17.05.2017 / 18:49
2
answers

Passing parameter via href php

I'm passing a parameter via href , however I wanted it to hide the parameter in the URL. I'm like this: echo '<a href="edita.php?id=' . $objCont->getid() . '">'; I get this in the URL: http://.../.../edita.php?id=38779...
asked by 22.05.2017 / 18:43