Questions tagged as 'web'

2
answers

in the text field of the email I get [email protected]. How to remove it?

It turns out that I have a datatable that lists personal data of people, and one of them is the mail, when I test it locally, it looks good mail, but from the production site it shows me the email with the word [email protected] the result of th...
asked by 03.01.2017 / 21:37
2
answers

problem with textContent in Javascript.

I am learning Javascript and for this I am studying the book "Javascript & Jquery by Jon Duckett", I would like to know if I'm doing something wrong, according to the book you should modify the html text and place the content of the javascript f...
asked by 21.12.2018 / 01:54
0
answers

draw line enter 2 coordinates leaflet

I have a marker with the coordinates located: función onLocationFound(e) { var radius = e.accuracy / 2; L.marker(e.latlng).addTo(map) .bindPopup("You are within " + radius + " meters from this point").openPopup(); L.circl...
asked by 03.01.2019 / 19:40
0
answers

Error calling the attribute "name" in BD and Java web

In web java when I call the procedure list of the bd, I get the name "Juan Luis" (as it was created in the bd) but when I select edit I get only "Juan" drop procedure if exists actu_alumno; delimiter $$ create procedure actu_alumno(in nombre...
asked by 20.12.2018 / 17:43
0
answers

Excel Macros - SubIndice out of range

I am developing a Macros in Excel that takes web addresses from a range of defined cells and makes a query, but when I take the address and make the query it shows me an error message    "Subscript out of range". This is the code I am wor...
asked by 26.12.2018 / 20:46
0
answers

Parameter Type ViewModel to httpget Asp

Good attempt to pass as a parameter to an Action of type HttpGet but this arrives as null: public ActionResult Create(clsGuiaMovimientoVM oFil) but if I send only primitive data, they arrive correctly: public ActionResult Create(string No...
asked by 17.12.2018 / 12:42
1
answer

Retrieve which data has been selected from a select of a jsp and retrieve it in a servlet

<select name="categorias"> <option selected>SELECCIONE UNA CATEGORIA</option> <option value="1" >CIENCIAS DE LA COMPUTACIÓN</option> <option value="2" >QUÍMICA E INGENIERÍA DEL PETRÓLEO</option> <o...
asked by 15.12.2018 / 19:29
1
answer

hide and show menu with React.js

Hi, I'm passing my page to react.js but I do not understand how to open my menu and that it closes, on my page I occupy jquey and equal with the logo of the menu the X and the hamburger that change when the menu is opened, I really do not have a...
asked by 17.12.2018 / 16:48
0
answers

Simulate an action within a web page

I have this html document (described below). How can I simulate from the browser click on the following tag? (it's a button that allows me to download a file) <img src="./SRI - SISTEMA DE COMPROBANTES ELECTRONICOS_files/xml.gif" style="b...
asked by 13.12.2018 / 17:07
1
answer

How to create a cycle that allows inserting hours with differences of every 15 minutes in the database?

I am using full calendar and php to fill it with events, I recive a form that I made a date and a start time and an end time, what I want to do is program it so that if I set as the initial time 8:00 am and end time 1:00 pm for example I do beli...
asked by 11.12.2018 / 16:39