白天有雨

此处应该有掌声

导航

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

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

 

posted on 2005-11-01 12:28  卓如  阅读(985)  评论(1编辑  收藏  举报