论坛主题加色取色器修改---旧
作者:cmscn 日期:2005-04-11
1、论坛发贴文件forum_write.asp,请用UE或记事本打开。
查找
颜色:
在后面添加
<a title="主题字体颜色" language="javascript" onclick="jk_tColor();"><img src="htmledit/images/fgcolor.gif" width=23 height=22 align=absmiddle></a>
2、UBB JS调用文件style/ubb_help.js,请用UE或记事本打开。
在最后添加下列行
function jk_tColor()
{
var arr = showModalDialog("htmledit/selcolor.html", "", "dialogWidth:18.5em; dialogHeight:17.5em; status:0");
if (arr != null) { document.write_frm.tcolor.value = arr.substring(1,7); }
}
编辑贴子是forum_edit.asp
评论: 6 | 引用: 0 | 查看次数: 716
发表评论