Questions tagged as 'html'

1
answer

show message with image in div when js is disabled

I have a website whose functionalities use jQuery, I send information through JSOn and I also use jQuery Datatables so it is important that the user has JS enabled in their browser and before that I have been explicitly specified the way I shoul...
asked by 23.05.2017 / 20:24
2
answers

external server XML

I am generating an html file that brings data from an xml but if it is not inside my server it does not show it and I need to bring it from an external server since it will be managed from the outside. What is the error? the file is noticias.xml...
asked by 23.05.2017 / 20:31
1
answer

Event to click a video on multiple youtube videos

I need help to redirect a web page according to the selection of a YouTube video. For this I use the api of youtube for javascript. In onYouTubeIframeAPIReady I can obtain several videos, but in onPlayerStateChange (event) I need to get an al...
asked by 01.06.2017 / 03:27
1
answer

Filter a chronogram with 2 input type date

I have a schedule to which I want to be able to filter 2 dates by means of an input (date), and the results that appear to me are only those that are in the chosen range, as I would do it? This is the form <?php include('conexion.php');...
asked by 22.05.2017 / 17:24
2
answers

increase and decrease t setinterval with localstorage

I have some buttons that increase the speed of an automatic sweep that I have programmed, each button increases speed a little, I have it because I do not finish a button that gradually increases the speed and another that reduces it ... So I...
asked by 22.05.2017 / 19:24
1
answer

How to hide duplicate data that is displayed in a table in php

** I explain myself better about the image, what I want is that only "one project per ID" is shown, it should be noted that I do not want to use the instructions "DISTINCT, ORDER BY or TOP", because I occupy the fields defects_project_state.stat...
asked by 14.05.2017 / 00:47
1
answer

Edit HTML of a different document .html

Good morning, I am trying to make an innerHTML to an HTML that is not from which the function has been called. I hope that the code is better understood. function ventana_cargada() { var ventanaPadre = window.opener; console....
asked by 13.05.2017 / 18:57
0
answers

Validate reCAPTCHA

Good morning to all, after reviewing a lot of questions in stack I decided to ask a question to see if you can help me! This is my file index.html More or less <html> <head> <script src="https://www.googl...
asked by 13.05.2017 / 12:48
2
answers

Why do not I upload the values of the css in my index?

this is my index. *{ margin:0 auto; width: 960px; } p{ color:red; } body{ background-color: #FAF8EF; color: #776E65; font-size: 16px; } #tiempo{ padding: 5px; margin: 2px; border-radius: 2px; border-style:solid; height: 40px; wi...
asked by 17.05.2017 / 02:23
0
answers

Problems with margin-top

I have a h3 and I want to give margin-top , but it only works if I put a size greater than 500px. If I lower the value to 499, it does not work and there is no margin. The div that I need margin is the one that says "S...
asked by 17.05.2017 / 05:01