Questions tagged as 'html'

3
answers

How to get the text of a select

I have the following code where I want to select the value and text of a select, and those values send them to some inputs var $select = $("#id_maquinaria").change(function() { var x = $select.val(); document....
asked by 06.06.2018 / 21:21
2
answers

Photo does not come out when I use explorer or microsoft edge

One of my photos does not come out when I open my website in explorer or microsoft edge, but it does load when I open my page in chrome, firefox, and safari. This is the code: <img src="../Recursos/logoam.jpg" width="600" height="130" style...
asked by 28.07.2017 / 19:11
3
answers

Show and Hide functions do not work well in Internet Explorer

I am trying to adapt a small app. web that uses some jQuery functions and I have found that it does not hide elements of the page when with another browser if it does well. jQuery(function() { // Handler for .ready() called. jQuery('.dock...
asked by 01.08.2017 / 16:53
5
answers

Message on a label p

I want to show a message on a label in a login that if the user has not entered any data that shows a message that you have not entered anything in that tag this is the code that I am using: (function () { "use strict"; var iniciar...
asked by 29.07.2017 / 21:25
1
answer

Change title by Js

Good, my goal is that when entering a text in the input, the paragraph whose id is "my title", change by the text entered in that input. Surely e is that the Js code is not right. HTML <html> <head> <script src="DH16.js">...
asked by 09.08.2017 / 10:36
1
answer

How to include HTML in other HTML?

I have a menu for my website, the problem is that if I change it I will have to modify many files (around 40) I thought then include the file using JavaScript with the document.write () function but I do not know how to add it the HTML MENU.h...
asked by 16.05.2017 / 01:26
1
answer

Capture the name of the select in HTML and JQuery

I would like to know if there is any way to capture the value of name of a select , that is, when I put a alert or a console.log I get 1 ó 2 ó 3 since I can not give it with the .val because I'm occupying...
asked by 15.06.2017 / 18:45
1
answer

If not working correctly - PHP

Why does not the second if work? When doing echo and comment that if the result of it is 1 (in the case where I am) and if it is 1 or 2 should not redirect me but if it does, does anyone see the failure? <?php sessi...
asked by 08.11.2016 / 18:02
2
answers

Fatal error: Call to a member function prepare () on a non-object in

Good morning, when I try to consult a folio on my form I get an error that says:    Fatal error: Call to a member function prepare () on a non-object in Here my code: <?php $serverName = "10.21.22.16"; //serverName\instanceName $conn...
asked by 27.02.2017 / 16:40
3
answers

Problem with clear: left;

I'm making a web page but when I generate an HTML from a java class, but it generates the code of the description that is out of order (I get it to the right of the whole and it should come out below the image), why is that? I leave the link...
asked by 02.12.2016 / 19:54