Questions tagged as 'html'

1
answer

Javascript form

I have a problem which the required does not work and then it does not work either go to the hello page.html function confirmar(){ var listasexo = document.formconf.elements["genero"]; var sexo; for(var i = 0 ; i < li...
asked by 03.10.2017 / 20:09
1
answer

add a select to a modal

I've attached the modal in case somebody can help me thk is in the priority modal ?php if (isset($con)) { ?> <div class="modal fade" id="myModal20" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class=...
asked by 03.10.2017 / 20:21
0
answers

Doubt regarding the windows.onload event of JavaScript

Hello, I am new in this of HTML , CSS and JavaScript I was watching some tutorials of computer pills: D, and well if I do not have an error when viewing the page in the browser, it appears doubts because in the debugger marks...
asked by 30.09.2017 / 15:27
0
answers

Pass the VALUE of an INPUT to an OBJECT

I have a JSP in which I have to modify an INPUT in a certain way and its final value should be passed to an object, I have tried it in several ways but I do not recover the value. I leave here some examples of how I have tried to do, if someone...
asked by 03.10.2017 / 17:12
0
answers

Icons disappear when I change my view

I have a problem with an icon svg in angular-material , when I load my page the icon loads correctly with the following code: <md-icon md-svg-icon="{{ aaa.stat }}" aria-label="Icons Status"></md-icon> I am making...
asked by 03.10.2017 / 15:45
1
answer

Modify select in AngularJS + Laravel

You want to change the search engine according to your category, this is the search engine in angular.js + Laravel: <select id="selector-sectores" data-placeholder="+ AÑADIR CATEGORÍA" class="form-control" chosen="categorias" ng-model="c...
asked by 29.09.2017 / 09:58
1
answer

Video width does not work

link I try to modify the width and it grows but until the height grows I do not know what I could do or if I'm doing it wrong, example is like this Now just modifying the width grows as a whole and not just the width CSS @f...
asked by 29.09.2017 / 14:54
1
answer

Include a form within a table

I want to call a form within a table or cell, but only the table is updated, not the rest of the page, in a few words I want a button and press it to generate a form to record data, but that is generated on the same page     
asked by 29.09.2017 / 01:59
1
answer

How can I put objects from other packages in JSP?

I need to use an object introduced in a JSP, the problem is that when I try to use it, it tells me that the variable " Championship can not be resolved to a type ". I guess I should do some kind of import, but I do not know exactly how. Can some...
asked by 29.09.2017 / 07:41
1
answer

why did not my input submit respond?

I have a form but my submit button does not respond, although I give it a function to take the data to another page, it does not do anything all the code <!DOCTYPE html> <html lang="en"> <head> <meta charset="...
asked by 28.09.2017 / 21:08