Hello good afternoon as you found I wanted to ask how I could upload a select within a file upload I mean upload the select and files with a single button this is the code I have now
this is my javascript
//funcion cargueArchivo
$(':file')...
I have this code to first reflect a form in LocalStorage and then pass it to JSON, but I need to download a file with certain data to a text file.
I leave the example:
function getAllForm(){
var formID = document.getElementById('form...
I would like to achieve 2 questions, the first is that I have an image inside a div, that simulates a little light, the idea is that depending on the number of records in a table I show the image and over it the number. I use a function to bring...
I wanted to ask if someone could help me with a Telnet in JavaScript to use on port 25. Practically what I need to connect to a domain server to know if an email exists or not in that domain.
I found this code that suits a bit but I do not un...
I have already installed it with: npm i jszip-utils , but this error appears, it is already integrated into the index, the route is correct
ERROR !!!: Refused to execute script from
' link '
because its MIME type ('text / html')...
I have a PHP page that every x seconds consults another PHP the number of rows of a query. Based on that answer, that is, if the value is greater than zero, I would like to show a div , which is an alert, which should be intermittent.
I...
Using the whatsapp api you can build the message link but you need to click the send button. Using the following code in the console you can send document.querySelector('._35EW6').click(); The question is how could you join all this so...
I have the following method that returns a list, from which I want to retrieve a field and if you bring it to me, I use the model to send the value of that field to the jsp, but it does not show anything in the browser console
@ResponseB...
I AM LEARNING DEVELOPMENT AND I WOULD LIKE TO KNOW HOW TO DO THIS.
MY FORM IS OF A CARRIER THAT CHARGES THE SERVICE DEPENDING ON YOU TO CHOOSE THE CUSTOMER.
<form class="reserva" id="pricing" action="book.php" method="POST">...