Questions tagged as 'formularios'

1
answer

Filter, library Table filter Jquery

I modify the whole post since I'm going to do it for Jquery as they indicate in a comment. I am using this plugin: link Well in this js it works according to their example: link Now I enter my table and it also works: link...
asked by 17.05.2017 / 09:26
3
answers

Uncaught TypeError: (o.contentType || "") .indexOf is not a function

When I try to send a form, I miss this error: jQuery analyzes the form. If you have a file, attach it and if you do not serialize the variables. Here the code: $(document).ready(function() { $("body").on("submit", "form", fu...
asked by 12.05.2017 / 10:45
1
answer

Problem Answer message php form

I have a form that responds with a welcome message, but that welcome message does not apply any style and I do not know how to put it or where the fault is. This is my code: if(mail($emailA,$headers,$contenido)) { $mensajeExito = '<div...
asked by 12.05.2017 / 13:29
2
answers

Call Forms in Visual Studio 2015 from a MenuStrip

I would like to know how to call a form from a MenuStrip without closing the form where the Menu is The codes that I used are from Visual Studio 2008 and they do not work for Visual Studio 2015     
asked by 03.04.2017 / 00:32
0
answers

Obtain structure of simple form in c #

I am currently in a project in c # where I have to migrate a rails application to c #. In the rails project we create the forms with simple form and with the property nested_attributes to modify. I would like to know if there exists, in c #,...
asked by 14.03.2017 / 18:56
2
answers

Delete fields from a form after confirming shipment with AJAX

Hello friends, good evening, I require your support in the following. I am creating an HTML5 contact form using JS and validating the submission through AJAX. What I need is that when the form is sent it is updated after about 5 seconds so...
asked by 11.01.2017 / 04:44
1
answer

How to fill a dropdownlist with PHP? [closed]

I was creating a dropdownlist field with the countries of the world, but there was something that bothered me since I was doing it through HTML and any user can modify the HTML code through the browser's development tool. My question is how d...
asked by 11.12.2016 / 20:38
2
answers

How to pass data from one form to a table in another window JAVA

Good I need help with a program in java, the program is basic on an inventory, in a jframe I made the main part of the inventory to register the products but I do not know how to save them in a table that is located in another jframe and that Cl...
asked by 07.08.2016 / 21:47
1
answer

send form with files to REST API with curl php

I am trying to send a form with files to a REST API in curl with the version php 5.6, but when uploading the file it sends me a message saying that some fields have not been received and I have already tried everything what comes to mind (also w...
asked by 18.09.2017 / 15:32
3
answers

mysql query with php form variable

Error: Part of the PHP code: //Habiendo conexión, la base de datos puede no existir o ... mysqli_select_db ($conexion, $basedatos) or die ("No se encuentra la base de datos"); mysqli_set_charset ($conexion,"utf-8"); //Haremos una consul...
asked by 04.11.2017 / 19:21