Posts by vfalcao • 131 points
2 posts
-
0
votes2
answers1361
viewsA: Form validation using regex and Javascript
Separating your code into Javascript/HTML can help a lot for future development In your HTML, the handler for the "click" is onclick="return validar()". Its function is to validate: function…
-
3
votes4
answers1004
viewsA: What are the batch commands/variables. Example [%username% or %groupname%]
As @Maniero commented, in principle your batch can define the variables you want. However, what you seem to want to know is how to see the variables currently defined, and this is possible. Initiate…