📄 effect.cr.js
字号:
// 图像与特效 - 留言页面
document.write('<style type="text/css">');
document.write('textarea { font-family: "" font-size: 12px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}');
document.write('</style>');
// ----- //
function sub()
{
var i,t,len,n="关于《"+document.title+"》一文,我有一些看法:\n"+location.href+"\n";
var s=document.vbform.message.value;
len=s.length;
for (i=0;i<len;i++)
{
t=s.substring(i,i+1,1);
if(t==">") s=s.substring(0,i)+"<"+s.substring(i+1,len),len+=3;
if(t==">") s=s.substring(0,i)+">"+s.substring(i+1,len),len+=3;
}
if (s.substring(0,6)!=n.substring(0,6))
{
document.vbform.message.value=n+s;
}
}
function HighlightAll(theField)
{
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")
}
function DoTitle(addTitle)
{
var revisedTitle;
var currentTitle = document.vbform.subject.value;
revisedTitle = currentTitle+addTitle;
document.vbform.subject.value=revisedTitle;
document.vbform.subject.focus();
return;
}
document.write('<table onMouseOver=javascript:sub() cellspacing=1 cellpadding=2 border=0 align="center" bgcolor="#000000" width="100%"><tbody>');
document.write('<form target="_blank" name=vbform action=http://cgd.pages.com.cn/cvbb/newthread.php method=post encType=multipart/form-data>');
document.write('<input type=hidden value=5 name=forumid>');
document.write('<input type=hidden value=postthread name=action>');
document.write('<tr bgcolor="#CCCCCC">');
document.write('<td width="15%" align="center">');
document.write('<div align="center"><font color="#000000"><b>主 题</b></font></div>');
document.write('</td>');
document.write('<td colspan="2" width="85%">');
document.write('<input maxlength=60 size=50 name=subject>');
document.write('</td>');
document.write('</tr>');
document.write('<tr bgcolor="#CCCCCC">');
document.write('<td width="15%" align="center">');
document.write('<div align="center"><font color="#000000"><b>注 意</b></font></div>');
document.write('</td>');
document.write('<td colspan="2" width="85%">');
document.write('<select onChange=DoTitle(this.options[this.selectedIndex].value) name=font>');
document.write('<option value="" selected>选择话题</option>');
document.write('<option value=[原创]>[原创]</option>');
document.write('<option value=[转帖]>[转帖]</option>');
document.write('<option value=[灌水]>[灌水]</option>');
document.write('<option value=[讨论]>[讨论]</option>');
document.write('<option value=[求助]>[求助]</option>');
document.write('<option value=[推荐]>[推荐]</option>');
document.write('<option value=[公告]>[公告]</option>');
document.write('<option value=[注意]>[注意]</option>');
document.write('<option value=[贴图]>[贴图]</option>');
document.write('<option value=[建议]>[建议]</option>');
document.write('<option value=[下载]>[下载]</option>');
document.write('<option value=[分享]>[分享]</option>');
document.write('</select>');
document.write(' <b>只有注册用户才能发贴留言</b>');
document.write('<font color=#333333></font></td>');
document.write('</tr>');
document.write('<tr bgcolor="#CCCCCC">');
document.write('<td valign=top width="15%" align="center">');
document.write('<div align="center"><font color="#000000"><b>内 容</b></font></div>');
document.write('</td>');
document.write('<td colspan="2" width="85%">');
document.write('<textarea name="message" cols="70" wrap="VIRTUAL" rows="6">');
document.write('</textarea>');
document.write('</td>');
document.write('</tr>');
document.write('<tr bgcolor="#990000">');
document.write('<td height="29" width="15%"><font color=#333333><b> </b></font></td>');
document.write('<td height="29" colspan="2" width="85%">');
document.write('<input type=submit value="发 表" name=Submit>');
document.write(' <input type=reset value="清 除" name=Clear>');
document.write(' <input type="button" value="查 看" onClick=window.open("http://cgd.pages.com.cn/cvbb/forumdisplay.php?forumid=5") name="View">');
document.write(' <input type="button" value="注 册" onClick=window.open("http://cgd.pages.com.cn/cvbb/register.php") name="Reg">');
document.write('</td></tr></form></table>');
// ----- //
document.write("<br>");
document.write("<center><b><font color=#000000>"+"我们不欢迎任何不经我们授权抄袭或超链接我们网站内容的行为"+"</b></font></center>");
document.write("<center><b><font color=#000000>"+"如果您认为某些内容侵犯了您的权益,请给我们来信,我们确认后即刻将其删除,并公开向您道歉"+"<b></font></center>");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -