提交具有javascript提交脚本的表单

时间:2014-04-11 02:40:16

标签: python

无论如何都要在python中提交这个? (没有形成我自己的网址请求而没有使用机械化会话或selenium?)

<form id="theform" action="../login.asp?tx=" method="post">
   <input type=hidden name=E8IyqHS value='kgDcZHY+nV' >
   <input type=hidden name=DDSddfD value='KFSJXPH6De' >
   <input type=hidden name=AaaiJMK value='' >
   <input type=hidden name=pGmyGYt value='Ozz9WrvjYO' >
   <input type=hidden name=On3OTo9 value='wlAzaxtdwN' >      

+大约50个输入框

<script type="text/javascript"> 
      document.getElementById('theform').submit();
   </script>
</form>

0 个答案:

没有答案