data_vote_1.js
来自「是个不错的文件代码,希望大家好好用,」· JavaScript 代码 · 共 12 行
JS
12 行
document.write("<table border=0 cellspacing=0 cellpadding=2>");
document.write("<form action='vote.asp?action=ballot&vid=1' method=post target='vote_view'>");
document.write("<tr><td align=center height=25><font color="FF0000"><b>您认为如何推广网站?</b></font></td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='8'>登录知名度大的搜索引擎</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='9'>登录大型的网址导航站点</td></tr>");
document.write("<tr><td><input type=radio name=vote_id value='10'>到专业论坛发贴宣传</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 align=center height=25><input onclick=\"javascript:open_win('','vote_view',400,300,'no');\" type=submit value='投一票'> <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>");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?