Posts by Gustavo De Souza • 15 points
2 posts
-
1
votes2
answers47
viewsQ: How do I create a "+" button that adds new fields to my form
How do I get a "+" button to add new fields in a form? I even found a way to do it here, only I don’t know how to fix it var cont = 1; function newContest(){ var c1 = '<td…
-
0
votes2
answers74
viewsQ: Get content in Javascript
I need to make some changes to a web page. I am creating an HTML form with Javascript and need help in the following case: My form has a field where the user type the ID of a SPOJ-WWW Test, after…