
document.write("<table border=0 cellspacing=0 cellpadding=2>");
document.write("<form action='vote.asp?action=ballot&vid=10' method=post target='vote_view'>");
document.write("<tr><td align=center height=25>请问您对网站的哪个版块感兴趣?</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='55'>健康娱乐</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='56'>健康知识</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='57'>健康知识测试</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='58'>健康处方</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=10','vote_view',400,300,'no');\" value='查看结果'></td></tr>");
document.write("</form></table>");

