t_bc=GetCookie("cfg_bgcolor");
if(t_bc!=null){
dochange(t_bc);
document.getElementById("bcolor").value=t_bc;
t_ts=GetCookie("cfg_txtsize");
if(t_ts!=null){
doSize(t_ts);
document.getElementById("txtsize").value=t_ts;
t_tc=GetCookie("cfg_txtcolor");
if(t_tc!=null){
dofontcolor(t_tc);
document.getElementById("txtcolor").value=t_tc;
内容未完,下一页继续阅读