Connecting Tech Pros Worldwide Forums | Help | Site Map

Persistent Cookies

anathema
Guest
 
Posts: n/a
#1: Feb 14 '07
I am having a problem with some javascript cookies and IE. First let
me show you the example :

http://dev.webnonsense.org/cookie-menu/

So 'Toggle Tools' Shows or hides the text above the nav and when you
browse away from the page by using the 'other' link it is supposed to
remember its state. It works fine in Firefox and Safari for the Mac
and Firefox on the PC, but it does not remember its state in IE 6, and
I am not sure about IE7.

I am all out of ideas.

Thanks


VK
Guest
 
Posts: n/a
#2: Feb 14 '07

re: Persistent Cookies


On Feb 14, 9:50 pm, "anathema" <spamfreeunive...@gmail.comwrote:
Quote:
I am having a problem with some javascript cookies and IE. First let
me show you the example :
>
http://dev.webnonsense.org/cookie-menu/
....
<script src="../assets/javascript/prototype.js" type="text/
javascript"></script>
<script src="fastinit.js" type="text/javascript"></script>
<script src="../assets/javascript/effects.js" type="text/
javascript"></script>
<script src="../assets/javascript/behaviour.js" type="text/
javascript"></script>
<script src="misc.js" type="text/javascript"></script>
....

So where exactly to look for the cookie-setting block?


anathema
Guest
 
Posts: n/a
#3: Feb 14 '07

re: Persistent Cookies


So where exactly to look for the cookie-setting block?


That was rude of me. Sorry. The cookie stuff is all in misc.js.

Closed Thread