Questions tagged as 'html'

0
answers

Place local .txt file within a local page

Eae, people. I want to tell you first that I do not handle a lot of java and these types of code, so I already hope I do not have answers, but come on. Next, what I need to do, for a project, is to use the text that is inside a ".txt" file and p...
asked by 09.05.2017 / 04:23
2
answers

Repeating items JQUERY

Good afternoon guys, There was a problem, I had a doubt about the sum system with JQUERY, but I would like you to analyze what is wrong with my code because of the error (NaN) with multiple text boxes, what I did is that php generates type a...
asked by 03.05.2017 / 18:43
2
answers

Difficulty in adding data in db using PHP and MYSQL

Well, I'm starting the studies in php and mysql, and I'm having a hard time doing something theoretically simple, which would be a form that sends the information provided to a local db. When pressing send, nothing happens, the db table remains...
asked by 04.05.2017 / 14:07
1
answer

How to make a method in the Spring controller that does the same as this method of a servlet?

This code returns a json for an html page that uses an ajax feature to load a Google API chart I would like to do the same but using a Spring controller! public void doGet(HttpServletRequest request, HttpServletResponse response)...
asked by 12.05.2017 / 02:44
1
answer

Problems deleting mysql database

Good morning, I'm creating a function to delete in the database, but when I click the button it does not work, I'd like some suggestions. requests.php <?php $sqlCat = "SELECT cliente_id,cliente_nome,cliente_email,cliente_telefone,...
asked by 12.05.2017 / 15:54
1
answer

How to do CSS and HTML search field

Hello, good afternoon, I would like to ask you some questions. I'm starting to learn now, I'm having a problem creating a search field on my site, I'd like some help. I would like to put this search system At the top of my site would be...
asked by 19.05.2017 / 17:24
1
answer

Error adding column with dynamical table in Jquery, with dblclick?

I have a dynamic table with data extracted from the database, and I make changes to values and maturities dynamically without problems, but at the end of the table I created a <tr><td cols="4">valor total da coluna</td></...
asked by 19.05.2017 / 20:16
1
answer

How do I show a php error in jQuery?

I have one (.html), one (.php) and my jQuery. In my jQuery (I am sending the information to (.php) do the CRUD and etc. The transactions are occurring quietly, however, they are not displaying error messages of type ("Person_id field can n...
asked by 02.05.2017 / 16:08
1
answer

Simulate click on a compiled template

I'm having problems assigning a click event to a previously compiled external template, follow the code ... Policy angular.module('testeFuncoes').directive('fechaMenu', function($templateRequest, $compile) { return { link: func...
asked by 02.05.2017 / 19:56
1
answer

filter data from a small query without spaces

How do I query the database that ignores accents and other special characters? I have the products table that has the name field with the following values: " shoes", "Tennis", "Karaoke and Videokê", etc ... No BD product names a...
asked by 27.04.2017 / 22:39