Forum Moderators: open
[edited by: Fotiman at 8:30 pm (utc) on Apr 20, 2010]
[edit reason] No URLs please. See TOS [webmasterworld.com] [/edit]
function setUserOptions(){
if(!prefsLoaded){
cookie = readCookie("fontSize");
currentFontSize = cookie ? cookie : defaultFontSize;
setFontSize(currentFontSize);
cookie = readCookie("pageColor");
currentStyle = cookie ? cookie : "White";
setColor(currentStyle);
prefsLoaded = true;
}
}