Questions tagged as 'html'

1
answer

Google search API multiple input in oneself

I'm trying to make different inputs generate a Google search, but Google only creates an input but I can not edit it. Code Javascript : (function() { var cx = '010966112395912926010:u_3n5cqxw50'; var gcse = document.createElement('script')...
asked by 17.01.2016 / 19:43
2
answers

get modal window textbox in a new one

Does anyone know how to get the value of a text box from a modal window in another new modal window? I have a modal window that has two buttons, I also have a key value in a textbox that I need to recover in another modal window to process th...
asked by 23.02.2016 / 23:21
2
answers

Mouse zoom over event that shows an iframe

This code that I copy allows that when putting the mouse over the first image it shows the second one. However, I want to do something I can not do. I would like that when I put the mouse over the image, it shows me a box like an iframe, because...
asked by 02.06.2016 / 11:39
2
answers

Style tabs with css

<div class="tab-system"> <button class="tablinks active" onclick="openTab(event, 'LogosSubidos')">Uploaded Logos</button> <button class="tablinks" onclick="openTab(event, 'LogosDescargados')">Downloaded Logos</b...
asked by 03.01.2019 / 13:15
1
answer

Some styles do not apply on Samsung devices

I have a form that does not apply any of the CSS styles, but only on Samsung devices, so I come to your help. I leave the code: PHP <div class="contenedorValoraciones"> <div class="estrellasComentario"> <?php...
asked by 19.12.2018 / 00:48
1
answer

Delete a card from the DOM and at the same time delete from the localStorage the data contained in this

Recently I started my first project with JavaScript (my first language). It is a note application, where when creating a new one an element is created that is added to the DOM and at the same time to the localStorage and the opposite...
asked by 23.12.2018 / 07:26
1
answer

Get shaded text from a div and apply styles on that text, with Jquey

I am creating a content editor, similar to this stack editor where we write our questions, with almost the same options to insert images, links, option to put bold text, italics, centered, aligned to the left or right, between Other options. Wit...
asked by 25.12.2018 / 16:16
1
answer

show query result

I need to show a query in a database in a table of two columns in html. I've done it that way, but it does not work out: <table border=1> <tr> <th>Nombre</th> <th>Poblacion</th> </...
asked by 24.12.2018 / 17:31
1
answer

two consecutive selections

I need to do this exercise in a single file and only with php. I have two combobox with two buttons, one behind each combo. The first combo loads well from a mysql table. When the first button is clicked, the second combo is loaded with a query...
asked by 23.12.2018 / 16:38
1
answer

Why have several sites recently requested permission to use cookies? [closed]

Recently I have noticed that there are several sites that ask for permission to use cookies and before they did not, does anyone know why? Is it something that I have to apply on my websites? I have an online store with wordpress and woocomme...
asked by 07.01.2016 / 19:11