Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 4 of 4
Search took 0.02 seconds.
Search: Posts Made By: Saymos
Forum: JavaScript programming 01-14-2013, 09:49 PM
Replies: 3
Views: 213
Posted By Saymos
Thanks for the answer... The function works and...

Thanks for the answer... The function works and creates a cookie like it is suppose to when I use this code:

function setActiveStyleSheet(title) {
var i, a, main;
for(i=0; (a =...
Forum: JavaScript programming 01-14-2013, 09:40 PM
Replies: 3
Views: 213
Posted By Saymos
Made a double post, see below instead.

Made a double post, see below instead.
Forum: JavaScript programming 01-14-2013, 04:42 PM
Replies: 3
Views: 213
Posted By Saymos
Merging two functions, how to get it to work?

I'm using a script that with this code:

window.onunload = function(e) {
var title = getActiveStyleSheet();
createCookie("style", title, 365);
}

But then learned that window.onunload...
Forum: JavaScript programming 01-13-2013, 06:08 PM
Replies: 0
Views: 217
Posted By Saymos
Code not reading cookies in Chrome

I have a bit of a problem... I have found javascript-code that is suppose to work for changing style sheets and then remember them by creating cookies. The problem for me I'm very new to javascript...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT +1. The time now is 05:27 AM.