让一个网页打开的同时自动为另一个网页自动填写表单并提交
 
if  you  use  "window.open"  to  open  the  window,you  can  use 
opener.document.form1.input1.value="**" 
opener.document.form1.submit()

 

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-06-23
  • 2022-12-23
  • 2021-10-19
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2021-12-19
  • 2021-05-31
相关资源
相似解决方案