data_vote_2.js

来自「是个不错的文件代码,希望大家好好用,」· JavaScript 代码 · 共 12 行

JS
12
字号

document.write("<table border=0 cellspacing=0 cellpadding=2>");
document.write("<form action='vote.asp?action=ballot&vid=2' method=post target='vote_view'>");
document.write("<tr><td align=center height=25><font class=blue>哈哈。新的调查</font></td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='8'>新的项目名称 1</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='9'>新的项目名称 2</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='10'>新的项目名称 3</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='11'>新的项目名称 4</td></tr>");
document.write("<tr><td><input type=checkbox name=vote_id value='12'>新的项目名称 5</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=2','vote_view',400,300,'no');\" value='查看结果'></td></tr>");
document.write("</form></table>");

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?