Posts by Marco Aurélio Souza • 1 point
2 posts
-
0
votes1
answer66
viewsQ: How to return a variable from an attached form?
''' I want my code to return a value/string from that form: <form action="/dashboard/busca_inserir" method="POST" enctype="multipart/form-data"> <div> <label…
-
0
votes2
answers295
viewsQ: Javascript variable inside the EJS tag
How to place a javascript variable inside the EJS tag? For example, I wish to make a for by EJS and a if comparing: <% for (var i = 0 ; i < objeto.lenght; i++ ) { %> <% if…