+ 1
- Is it possible to have a form executed by Javascript?
.
2 Respostas
+ 2
u need use that tag, for example!
<body>
for example...
   <form action="">
        
        <input type="text" id="variable">  
        <p><input type="button" value="nombre" onclick="function()" ></p> 
     </form>
</body>
+ 1
If, for example, you simply pass the form identifier to the javascript function and apply the "submit" command to execute that form.



