Questions tagged as 'html'

1
answer

Google maps (doubt)

Good day valuable community! I would need to know how I can validate an address in google maps and tell it that if it is outside the range of latitude it is not validated. This is very difficult to do? Is any type of sdk other than the static...
asked by 30.10.2018 / 13:37
1
answer

How can I add a counter and a cycle to a carousel in boostrap4 (django)?

I need help with the creation of a bootstrap4 carousel in django. The images of the carusel are loaded from the database, and the slider should be growing, showing the new images as well. Do I need to add a counter in the ol to assign the...
asked by 07.11.2018 / 18:42
2
answers

insert data in html table

I am trying to create a mini system that, at random, allows me to select the winner of a prize for employees in the company where I work. I get a random data and I can show it in a td with an id ="listadeganadores" , what I want is...
asked by 27.01.2018 / 22:30
1
answer

Script with multiplication tables in php [closed]

I am trying to make a php script that allows me to create the existing multiplication tables between two chosen numbers. For example between 10 and 20. Any ideas? Thanks     
asked by 01.10.2018 / 17:30
1
answer

because the page does not fit the screen?

This is the page synergytech.com.co I do not know why it does not fit properly on the screen of a cell phone, will the images be? I have declared on the scale: <meta name="viewport" content="width=device-width, initial-scale=1.0">...
asked by 08.10.2018 / 22:56
1
answer

Show select dependent on input

I have a form where I want that when typing an item number in an input, the description belonging to that item appears in a select. The item and the description are from a table in MySQL. I've been researching and I only see solutions in r...
asked by 25.05.2017 / 14:34
1
answer

Search for names in a Select Option Html Php MySql

I have this problem, I want to create a client name search engine that is auto-completed in a select option here my code:   <div class="form-group"> <div class="input-group"> <span clas...
asked by 16.08.2018 / 06:58
2
answers

remove blue box by clicking on icon or button type image

Greetings when I click on a button-type image from a mobile device this blue box comes out How would you do it so that it would not come out or at least change the color?     
asked by 21.08.2018 / 05:47
1
answer

change icon for each "Onclick" but does not execute php function

Function in php $estado1 = 'imagenVerde'; $estado2 = 'imagenRoja'; $estado3 = 'ImagenAzul'; $estadoA = $estado1; //funcion para cambiar el estado en un click function cambia_estado($estado1,$estado3,$estadoA){ if ($estadoA == $esta...
asked by 15.08.2018 / 20:27
1
answer

Concatenate a constant of typescript to an url address in html using src

Typescript public condicion:boolean;//condicion constructor(public navCtrl: NavController, private contactProvider: ContactProvider, public toastCtrl: ToastController,private smsVar: SMS) { this.contactProvider.getAll() .then((res...
asked by 16.10.2018 / 22:56