Questions tagged as 'html'

0
answers

Because the range slider looks different on the computer and on the cell phone

Link to the trial application I have a mobile app that I'm doing with framewrok7 but the range slider that I use looks different in the PC version than the mobile version. Basically it is the circle or element that determines the positio...
asked by 08.09.2016 / 21:55
1
answer

JavaSript code is not activated for the text effect 'accordion' in an html document

I'm trying to implement the text effect 'accordion' in an html document but it does not work, something blocks the event and I still do not know what. If I copy and paste the sample code from here into a blank html document, everything work...
asked by 15.04.2016 / 18:15
2
answers

Disable a combo when detecting that a text type input has data

Good Day. I want to disable a combo when a character is detected in the field and vice versa, when I put an option in the combo it disables the imput. Here my code. Putting the onkeyup event and removing the readonly if I disable the combo, b...
asked by 23.01.2018 / 14:47
4
answers

Validate a drop-down list with a button that opens a modal window in bootstrap

I have a button that displays a modal window with bootstrap. <button id="btnPrueba" type="button" data-toggle="modal" data-target="#VentanaProducto" style="height: auto; background-color: lightgray;"> But now I need to eval...
asked by 21.03.2018 / 16:36
2
answers

Fit two divs

Good, I need guidance to make a Flickr gallery and a Google Maps map fit on one page. I need the left half of the page to show the gallery and the right half of the Google Maps map. The HTML code that I am using the following: <ti...
asked by 20.05.2017 / 15:27
4
answers

How do I show the result of a loop in a table?

I am trying to make a page that shows the conversion of 1 to 10 dollars, dollar for dollar and that is printed using a while loop but inside a table, but until now I have not been successful. The code that I created goes something like this: &...
asked by 03.08.2017 / 19:59
4
answers

How to click on a web button from excel that has neither id nor name?

I need in Excel (vba) to make a macro or robot to enter some data in a web page taking as values a list of data (cedula and date) that I have in an Excel sheet, those parameters I can already pass to the form with this element "IE.Document.getEl...
asked by 14.06.2017 / 23:23
1
answer

Search data in the drop-down list from a text field

How can you get a text field to search for a data that is in a drop-down list and that it automatically searches for the requested data from the text field? . I found an example in Javascript very interesting, but when I called the text fi...
asked by 09.11.2017 / 21:09
4
answers

Problem with php in header with form

I wanted to know if someone could give me a hand with this form that basically when you do not enter the required fields it refreshes in the same html. The subject that I always get this error    Warning: Can not modify header information - h...
asked by 14.09.2016 / 17:21
1
answer

position: fixed; does not work in an AngularJS template

This is my code, the component I have it in a template it is not in the index.html, everything shows it correctly but for some reason the position : fixed; of my CSS does not work, does anyone have any idea why? exampleApp.componen...
asked by 18.07.2016 / 00:41