Questions tagged as 'html'

1
answer

Fill an input depending on the value of another

I have the following html form which has a readonly "Base Price" field and I want to fill it with a value that will depend on the data that the other inputs have and then validate it with Javascript and Java (JSP, Servlets) to save them in a dat...
asked by 04.11.2017 / 14:08
1
answer

Problem when calling a 3rd html file with ajax and Jquery

I'm trying to call a second file, from another file loaded with ajax + Jquery The main file contains a button, which is listening for an event, that will load the container of an HTML file. The code of the main file is the following: <di...
asked by 04.11.2017 / 01:47
2
answers

Referencing a javascript file in another

I have an html file that contains a button, which when pressed calls a function "newBiblioteca ()" which is responsible for creating a library-type object. The problem is that when you click on the button the browser does not do anything. And se...
asked by 04.11.2017 / 14:06
1
answer

How to pass data with json

I need to pass from PHP a JSON to each field that corresponds the value, for the moment I try with the value of select and you are supposed to put it in the cedula field. I attach the code $(document).ready(function(...
asked by 14.01.2018 / 23:03
1
answer

Problem with css

I have the following css code <style> p { text-align: justify; text-justify: inter-word; } </style> But I want it only for this part of the document in html <p style="margin-top: 20px; line-heigh...
asked by 27.10.2017 / 22:33
1
answer

Sessions in php for a certain user

Good day I'm working on WampServer php and mysql with sessions I have a problem having many users I want when I log in to show the data only of that user, my problem is how to assign an id so that when I start open with data only of that user. I...
asked by 05.11.2017 / 16:17
2
answers

"Select" with data from different tables

I need help. I have to create with PHP , the options of a select with the data coming from different tables MySql , and once selected, insert them in another table. I have this query SQL : $consulta = "SELECT idCausa, Deudor_idDeu...
asked by 06.11.2017 / 07:31
2
answers

Set a default value to an Input type Date

Good morning, I am working on a project using HTML5 and PHP, in this project I have the option to register people, in which they are asked for general information such as names, surnames, date of birth, etc., for the date of birth, use a input...
asked by 30.10.2017 / 23:46
2
answers

display data in a table [closed]

How do I not see the one available in the column that is already not available, if I do it with @else it's worse since I go through the array 3 times. <table> <thead> <tr> <th>Hora</th> <th>...
asked by 08.11.2017 / 19:36
2
answers

I am working with DATATABLE, how can I save the current page that I am in, and then return to show the same page?

Greetings, I'm new to the community! I hope corrections in case the question is wrongly formulated! I have data in a Dashboard from a DB that are paginated. I'm using DataTable. When pressing on one of the products I go to the details of it....
asked by 24.10.2017 / 13:43