Posts by Lucas • 13 points
3 posts
-
1
votes1
answer1242
viewsQ: Form validation - Angularjs
I am trying to validate a simple form, where when the user leaves some field blank a div is damaged with this error. Follow the code var playlistApp = angular.module('playlistApp', []);…
-
0
votes1
answer230
viewsQ: HTML + JSP form
personal created an html page with a simple form and I’m wanting to use the links in jsp 1) java class "Calculus": package principal; public class Calculo { public int n1; public int n2; public int…
-
0
votes1
answer2633
viewsQ: Uncaught Error: Call to Undefined Function mysql_connect()
I made the creation of an html form accompanying a connection file and receiving data from this form (in php), however, when clicking on the input that calls the action receives, I get the following…