Answers for "use js variable in form action"

0

use js variable in form action

<script> var url = foo(); </script>

<form method="POST" action=""+url enctype="multipart/form-data">
Posted by: Guest on January-09-2022

Browse Popular Code Answers by Language