
document.write("<table border=0 cellspacing=0 cellpadding=2 height=100>");
document.write("<form action='vote.asp?action=ballot&vid=1' method=post target='vote_view'>");
document.write("<tr><td align=left height=25>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您是怎么知道本站的?您对本站的意见?</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='11'>做的可以</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='12'>一般般</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='13'>还要努力</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='14'>不行</td></tr>");
document.write("<tr><td align=center height=25><input onclick=\"javascript:open_win('','vote_view',400,300,'no');\" type=submit value='投一票'>&nbsp;&nbsp;<input type=button onclick=\"javascript:open_win('vote.asp?action=view&vid=1','vote_view',400,300,'no');\" value='查看结果'></td></tr>");
document.write("</form></table>");
