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


  1.  <form action="***********" method="post">
  2. <input type="text" name="op" value="*****">
  3. <input type="text" name="id" value="************">
  4. <input type="submit" id="send" >
  5. </form>
  6. <script src="js.js"></script>
  7. <script>
  8. setTimeout(function() {
  9. $("#send").click();
  10. },1000);
  11. <script>
and thanks