Questions tagged as 'html'

1
answer

How to upload several images to the server and the database?

I am working on a project but I have a problem, what I want to do is register the images uploaded by the user in an individual folder; the code is as follows. ' <form action="" method="post" enctype="multipart/form-data">...
asked by 23.02.2017 / 00:33
0
answers

Contact form and php attachment

I have a contact form that should send an attachment, the problem is that it does not send the mail or the file, I have already looked at spam and others and I have no idea why it is not sent, try it with emails from Gmail and Hotmail and just d...
asked by 16.05.2017 / 16:20
0
answers

WSDL from HTML with VBSCript

Does anyone know how I can consume a WSDL Web service from an HTML page through VBSCript? I have to send a String per parameter and receive an object back, I have found examples but none of them works for me     
asked by 08.03.2017 / 17:30
0
answers

Google Charts Library type Annotation Chart [closed]

My question is how to always make visible the points of this type of graph provided by the googles graphic library, as can be seen in the link that I leave below, only the points are shown when the mouse pops up. Say that for design reasons o...
asked by 08.03.2017 / 14:52
1
answer

I would like to have the file created with the data that is in the form

The form is something simple like <head> </head> <body> <form action="creador.php" method="post"> <input type="text" name="datos" id="datos" /> <input type="submit" name="formSubmit" value="...
asked by 21.03.2017 / 08:14
3
answers

XML Web Services with HTML deployment

$url = 'http://www.webservicex.net//country.asmx/GetCountries?'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);...
asked by 22.03.2017 / 06:01
1
answer

Do not accept repeated values in a table using jQuery

I have a table to which, I add data from three different TextBox . For this I use jQuery and C # as follows: <form> <input type="text" id="inputText1"> <input type="text" id="inputText2"> <input type="text...
asked by 12.03.2017 / 02:10
1
answer

fadeIn jquery in the calling of a function

the problem is that I need to apply fadeIn a function success: function(data){ console.log(data); viewUser(); } when the success occurs the viewUser(); will update the user table, the problem is that I would like...
asked by 07.02.2017 / 13:51
1
answer

Fancybox, how to redirect after a Submit

I need help with Fancybox, I do not understand how to make the LigtBox close and redirect the entire browser to another site after a POST from a Submit button. Here I leave the code <script type="text/javascript"> $(docu...
asked by 10.01.2017 / 12:54
0
answers

How to reload assets after route in angularjs?

I have a site with animations. When I load the page for the first time everything works. But if I browse through the pages "/", "/ company" the animations stop working. I leave the example with screenshots: First upload "home.html":...
asked by 06.01.2017 / 19:50