Closed Thread Icon

Preserved Topic: fun with cookies ][ (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18429" title="Pages that link to Preserved Topic: fun with cookies ][ (Page 1 of 1)" rel="nofollow" >Preserved Topic: fun with cookies ][ <span class="small">(Page 1 of 1)</span>\

 
3rdperson
Paranoid (IV) Inmate

From: your subconscious. (scared yet?)
Insane since: May 2001

posted posted 09-27-2001 05:16

threep comes in with a hunka code, and slaps it right in:
"here fellas, whaddaya think of this?
and do you get what it does?
heh - i should change the function names to useless names, to make life a little more difficult!"
<BLOCKQUOTE><FONT face="Verdana, Arial">code:</font><HR><pre>

var cookieString = ""
getCookie();

function getCookie() {
cookieString = document.cookie;
cookieArray = cookieString.split(";");
if(cookieString.length>0) bikkie = new siteCookie(cookieArray);
}

function siteCookie(cookieItems) {
for(i=0; i<cookieItems.length; i++) {
cookieItem = cookieItems[i].split("=");
eval("this." + cookieItem[0] + "= '" + unescape(cookieItem[1]) + "'");
}
}

function saveCookie(cookieName, cookieVal) {
document.cookie = cookieName + "=" + escape(cookieVal);
}


function saveForm(thisForm) {
var saveString = ""
for(i=0;i<thisForm.length; i++) {
if(i>0) saveString += "

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 09-27-2001 19:02

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 09-28-2001 17:33

I've said this a few times before, but I'll say it again...

Cookies are evil, heh!

« BackwardsOnwards »

Show Forum Drop Down Menu