Questions tagged as 'html'

0
answers

Peek definition in HTML Tools for Visual Studio Community 2017

I was looking at the HTML Tools extension for Visual Studio 2017 and I found the "Peek definition" functionality useful for editing css files from the html itself. My problem is that I usually work with ASP .NET Web Pages, using .apsx files, whi...
asked by 06.03.2018 / 08:48
0
answers

Send variable from one function to another jsp

I have this function that saves a variable called high .. <script type="text/javascript"> var alto = document.getElementById('table').offsetHeight; //document.getElementById('parent.iframeCont'); obj.style....
asked by 06.03.2018 / 11:50
2
answers

deactivate Sundays in the input date html?

I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday similar...
asked by 06.07.2017 / 18:00
0
answers

Collision with obstacle does not work

Hello, two good questions: 1. It does not work when the rover goes over an obstacle, I do not know why 2. How would you create the obstacles in a more efficient way and not manually? Greetings var myGrid = [ [0, 1, 2, 3, 4, 5, 6, 7, 8...
asked by 01.03.2018 / 15:47
0
answers

Values in Select

I have a problem this is a part of my form, in my code I use select to make a catalog but I need you to take the values that were previously entered and that are stored in the corresponding tables of my BD in my case What I do is that I store th...
asked by 01.03.2018 / 15:32
1
answer

Required property dependent on another field

I am new with the html and javascript theme, I have a query about how I could do so that depending on the value of a select & lt ;, the other property is activated in another select, I attach the two select in question, if the select 1 has the v...
asked by 03.03.2018 / 15:41
0
answers

When I click on a menu the opiocnes are raised with respect to the width

When I click on a drop-down menu it appears well the display of the options, that is, the edge of the red frame of the menu (Image 1). But when I move to select some this (white box) goes up staying a little above. How can this be corrected? Tha...
asked by 26.02.2018 / 20:13
0
answers

Web Scrap PHP does not work with a link

Hello everyone, I'm scraping a page with the following code: <?php require('simple_html_dom.php'); //Libreria $url = "https://www.exito.com/products/MP00550000000204/Televisor+LG+Led+43+Pulgadas+Full+HD+Smart+TV+43LJ550T"; //Link del produc...
asked by 26.02.2018 / 01:36
0
answers

Problems with jquery in a menu

Hi, I'm having problems with the drop-down menus in a Link Online , it turns out that in this menu I have two drop-down ones that say KNOW ME and other PROGRAMS, when I go over PROGRAMS it displays everything well, now when the other one passe...
asked by 28.02.2018 / 15:53
3
answers

Stop video when closing modal

How do I make the video stop playing when I close the modal? I can not find a way to do it, I tried several codes and nothing // Get the modal var modal = document.getElementById('myModal'); // Get the button that opens the modal va...
asked by 02.03.2018 / 02:21