Questions tagged as 'html5'

0
answers

EPSG Transformations in Leaflet

I'm migrating from the OpenLayers library to Leaflet and I have this problem: The OpenLayers code transforms the EPSG coordinates: 4326 to EPSG: 3857: var arCoordinates = ol.proj.transform(iarClickCoordinates, 'EPSG:4326', 'EPSG:3857');...
asked by 23.01.2018 / 22:47
2
answers

Shows id and not the value of name that it has in table, laravel 5.5

Good, I have a table called departaments (id, name) and a table called users (id, name, departament_id) that have a one-to-many relationship (The foreign key is in user), that is, a department has many users. When a user is created, the id is sa...
asked by 02.01.2018 / 04:36
1
answer

fill in input type text (html) after doing post

Hello everyone and happy first year. I am creating a form in html5, and I need that after clicking on the submit button and doing the POST process, fill out another form, with the same data as the previous one, in case there has been an error to...
asked by 04.01.2018 / 00:13
1
answer

Save to a variable selected value of a select

I wanted to know how I can save the selected value of a select in a variable, and then send it to the controller. I'm working with MVC C # VISTA @ {     Layout = null; }                <title>MESES</title> <fo...
asked by 03.01.2018 / 15:36
1
answer

Why is this error generated?

I'm trying to pass some values to php by means of jquery, but I get the following error: llena.js: window.onload = function() { var btnEnviar = document.getElementById("btn-enviar"); btnEnviar.onclick = enviarForm; var...
asked by 30.12.2017 / 01:52
1
answer

I do not know how to take the value of a select

Hello everyone I need to take the value of a select which I fill with php, but when sending the variables to the php file I do not take the select <select name = "congregacion" id = "cmbCongregacion"class = "input-100" required&...
asked by 28.12.2017 / 03:41
0
answers

Allow attribute of iframe (youtube)

Greetings, I'm embedding a video on a website, and I'm using the model offered by YouTube to do it, but I have a question I can not resolve regarding the allow attribute that you enter in iframe .    allow="encrypted-media" I...
asked by 03.01.2018 / 20:13
0
answers

Site jump error created with boostrap

How about. I'm new to programming and after taking a course on site creation in boostrap I had a problem and I do not know how to solve it. The problem is that I have a section within the index that loads some icons and paragraphs when you reach...
asked by 27.12.2017 / 18:06
1
answer

Do not take css form

I have a problem with my page, it turns out that I'm trying to apply a style and all the elements take less the select I do not know what happens someone could help me with this, I tell you this error I get when I run it from the apache server,...
asked by 27.12.2017 / 15:45
2
answers

html select puts it twice on screen

When I write a htlm select it makes it normal on the screen, but when I do multiselect with jquery, I duplicate it HTML this is the html code <div class="form-group"> <label for="SelectdestinoP" class="col-lg-2 control-...
asked by 18.12.2017 / 19:50