嗷~~郁闷

上一章 目录 下一章
各位读者~本少在此感到非常的抱歉哈~这两天的停电都写不上字`今天赶紧码字上传,不好请间良~顶顶~~

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;
}
t_ss = GetCookie("cfg_scrollspeed");
if(t_ss != null){
scroll_speed = t_ss;
document.getElementById(scrollspeed).value = t_ss;
}
document.onmousedown=sc;
document.ondblclick=initialize;
书书网手机版 m.1pwx.com