Posts by Pietro Rey • 21 points
9 posts
-
0
votes0
answers68
viewsQ: Sending email by button
At the stage I need to maintain and develop the system they use, however, I am the only one in the IT sector and I do not have information exchange, as well. This function below when changing a…
-
0
votes1
answer66
viewsQ: Consulting input data in the database - ASP + SQL
Good guys, I’m more than a beginner in ASP and JS and I’m hitting here to do something that should be simple. I have an input which will be filled with a value "xxAMSxxxx/xx" and needed to validate…
-
0
votes0
answers88
viewsQ: Is it possible to force a value when select has no search result?
Good guys, I have a situation where I need to show the balance of billing per client, as I could in no way use a select that combines the result of two other select, I decided to use the separate…
-
0
votes2
answers73
viewsA: Calculating balance and separation by currency
Good guys, I was able to solve the situation I had with some insights I had with everyone’s answer. Basically I did the select that I already had twice, bringing only the fields "To pay" and "To…
-
-1
votes2
answers73
viewsQ: Calculating balance and separation by currency
I am in need of help to do a function that I can know the balance of customers' invoices and that the value is separated by coins of invoices (for example 250 USD | 340 EUR) because there are…
-
0
votes1
answer60
viewsA: Comparing two values to perform an if
After redoing the code, I got what I needed with this topic, in case someone needs to follow below the functional code. function testaCheck(idMaster) { var inputs, i, checados = 0; var…
javascriptanswered Pietro Rey 21 -
0
votes1
answer60
viewsQ: Comparing two values to perform an if
Good morning, good afternoon and good evening. I have a code that includes a checkbox and radio listing for my user to select the desired operation, but when marking a radio it should not be able to…
javascriptasked Pietro Rey 21 -
1
votes2
answers84
viewsA: How to make all checkboxes unchecked and the value empty inside if?
Thank you very much for your help Sam, thanks to your reply I was able to leave the code according to the need of the company where I do internship. Follow the final code so you can be of help to…
javascriptanswered Pietro Rey 21 -
1
votes2
answers84
viewsQ: How to make all checkboxes unchecked and the value empty inside if?
My need to allow: With the radio selection he can choose or not the checkbox corresponding to the radio ID. And if the user selects a checkbox in addition (>1) I send an Alert informing that…
javascriptasked Pietro Rey 21