correction codes please
correction codes please
Hello
i have a problem In using jsquery codes Can someone help me to solve it
whene i upload file the redirect timeout doesn't work
- <form action="***********" method="post">
- <input type="text" name="op" value="*****">
- <input type="text" name="id" value="************">
- <input type="submit" id="send" >
- </form>
- <script src="js.js"></script>
- <script>
- setTimeout(function() {
- $("#send").click();
- },1000);
- <script>
and thanks