<SCRIPT language=java script><br>function vote(){<br>form2.choice1.value=form.choice1.value;<br>form2.choice2.value=form.choice2.value;<br>form2.choice3.value=form.choice3.value;<br>var checkname=window.open('about:blank','showreg','width=300,height=300,resizable=1,scrollbars=yes,menubar=no,status=yes');<br>document.form2.submit()}<br></SCRIPT>
<BR>
<FORM name=form2 action=vote.asp method=post target=showreg><BR><INPUT type=hidden value="
" name=choice1><BR><INPUT type=hidden name=choice2><BR><INPUT type=hidden name=choice3><BR></FORM><BR><BR><BR><BR>
<FORM name=form method=post><BR><INPUT type=radio CHECKED value=a name=choice1>非常好,没有缺点<BR><BR><INPUT type=radio value=b name=choice2>稍有缺点,值得改进<BR><BR><INPUT type=radio value=c name=choice3>一般,还过得去.<BR><BR><INPUT onclick=vote() type=submit value=投票><BR></FORM><BR><BR><BR><A onclick="window.open('voted.asp','show','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=300,height=200,top=10,left=40')" href="#1" name=1>查看投票结果</A> |