| <script language=javascript> function dosubmit() {window.open('first.php?var1='+window.form1.var1.value+'&var2='+window.form1.var2.value); window.open('second.php?var1='+window.form1.var1.value+'&var2='+window.form1.var2.value); return false; } </script> <form name=form1 onsubmit="return dosubmit();"> <input name=var1> <input name=var2> <input type=submit> </form> |
|Archiver|手机版|小黑屋|温柔网
( 浙ICP备13033583号-8 )
GMT+8, 2026-9-21 04:32 , Processed in 0.038084 second(s), 22 queries .
Powered by Discuz! X3.5
© 2001-2026 Discuz! Team.