如何让一个网页打开的同时自动为另一个网页自动填写表单并提交?????、

如何让一个网页打开的同时自动为另一个网页自动填写表单并提交?????、
---------------------------------------------------------------

if you use "window.open" to open the window,you can use
opener.document.form1.input1.value="**"
opener.document.form1.submit()

Published At
Categories with Web编程
Tagged with
comments powered by Disqus