第六十一章 龙角翼驹

上一章 目录 下一章
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