Questions tagged as 'html5'

1
answer

Path not found in my @ Html.Action

I have an action child, which I use to invoke a view in a layout, but when using the @ HTML.Action , it tells me that the controller that happened to it has not been found. <li class="dropdown"> <a href="#"...
asked by 26.06.2017 / 20:04
1
answer

Verification of an existing data

Hello I have little knowledge in PHP, but with this I have managed to make a small application with images in which you can modify, delete or insert into a database with PHP and PHPMyAdmin, but I have a slight problem when wanting to modify cert...
asked by 20.06.2017 / 18:27
1
answer

problem with my browser mozilla firefox, I can not take "time" or "date", implement javascript to correct this problem

I need to put the time in an input, as I get some arrows in the input to add the time, but in mozilla does not appear, how can I implement this with javascript so that I can use mozilla, this is my code. <?php $actual=strftime( "%Y-%m-%d",...
asked by 01.06.2017 / 18:16
1
answer

Deformation in HTML image responsive mode

I'm working on a website, I'm not good at design, I have a section with background of an image, then about 4 images which are reproduced automatically, The problem is when it comes to testing it on a cell phone the section has a si...
asked by 30.05.2017 / 23:25
1
answer

How to walk an append that is inside a for? [closed]

In HTML I have the following: <div class="row"> <ul class="simplefilter"> Simple filter controls: <li class="active" data-filter="all">All</li> </ul> </div>...
asked by 22.05.2017 / 20:47
2
answers

document.getElementById ("something"). value; does not detect the input even if the html document has already loaded

I am trying to access the input of a questionnaire but document.getElementById ("something"). value is returning an empty string. This is the file submit_event.html <!Doctype html> <html> <head> <title></tit...
asked by 20.05.2017 / 20:58
2
answers

UTF-8 IN JSP does not work

I have been trying to get my form to save the ñ character, however whenever I debug this character is replaced ... what is it due to? I have tried this way: <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include f...
asked by 16.05.2017 / 16:56
1
answer

Fill select with data from a table

I am trying to fill select with the data of a table called municipios , but I have not gotten it to work, the code is as follows: <!doctype html> <html lang="es"> <body> <select name="comboseleccion"> <...
asked by 06.05.2017 / 00:22
3
answers

Lists in HTML5 and JS [closed]

I want to make a list that when selecting one of its elements, an image related to that element appears on the same page, when selecting another element, the image of the second element appears and with the other elements, so that the images app...
asked by 26.04.2017 / 02:26
2
answers

Problems with the SRC in an HTML page

Trying my application I've noticed that in firefox - mozilla the input type='date' do not work, looking a bit in the network I found a solution with datepicker that on a test page works great! My problem is that in several pages I must...
asked by 17.05.2017 / 14:43