Questions tagged as 'html'

1
answer

Fill a textarea with different texts assigned to different buttons

What I am trying to achieve is quite simple to explain. I have a form, in which I have a common textarea, but I want that above this textarea there are diverse buttons that when pressing them load predefined data to the textarea, and in the same...
asked by 18.10.2018 / 02:20
1
answer

Related tables in PHP to display data

Currently I have a problem that I have not been able to solve, I must occupy a group of 3 tables in PHP that are related in hierarchy, that is, what shows the second depends on the first and what shows the third depends on the second. Basical...
asked by 17.07.2018 / 17:06
3
answers

Php and msqli are not inserting data

I have a login and registration program. The problem is that when registering the user the data is not being stored in my database This is the php code of the Registry <body background="Imagenes/pluma.jpg"> <form action="rec...
asked by 24.07.2018 / 23:44
3
answers

Copy data from one form to another

I have 3 forms of 3 different employees, the forms are identical, sometimes they carry the same data in all three, is there any way that with javascript I can copy in the other two forms the information of the first to avoid filling the 3?     
asked by 25.07.2018 / 17:12
1
answer

Problem when including jQuery to HTML

The problem is simple but I do not see any solution, I include my jQuery in my HTML but I do not recognize it. html function prueba() { alert('alerta'); } <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="e...
asked by 23.09.2018 / 17:46
1
answer

AutoCompleteFor field required

I have the following code: @Html.LabelFor(model => model.IdPuertoOrigen, "Puerto de Origen") @Html.AutocompleteFor(model => model.IdPuertoOrigen, model => model.PuertoOrigen_Descripcion, false, Url.Action("AutocompletePuertoSearch", "...
asked by 30.04.2018 / 17:31
1
answer

Open a Dialog () from a .JS file using a DropDownList

Hi, I am new programming and I would like to know if you can have an Dropdown list of asp that opens depending on the selection, a dialog () of jquery but that this dialog () is inside a common file .js I have a script that when placed direct...
asked by 27.11.2018 / 16:19
1
answer

Integrate product's own info to payment button

I need to know how I integrate a product id to the payment button and how it informs me then Mercado pago. I enclose image to explain better. I have coupon listings, everyone must carry their ID to be able to identify it later.     
asked by 22.01.2018 / 02:07
2
answers

How can I show the results of an sql query inside a modal?

I explain: I have a modal that opens by means of a tag, at the time of clicking, it does not show the results of the sql statement. I make the connection to the database in the head. I save a data from a previous query to be able to make an...
asked by 22.01.2018 / 19:56
2
answers

Send attachment by PHP, but with HTML format

I am creating an application where the following code is the contact part, where the user adds his name, email, selects a charge, telephone and message. I just added a field to attach file, but I would like to know what the error is inside the...
asked by 10.11.2017 / 00:04