gigebyte / cookies

Automatically exported from code.google.com/p/cookies
0 stars 0 forks source link

in IE6 Cookie not set #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys, my bad English, so the description of the problem as I can:
in IE6 Cookie not set
My code:

//header
<script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/js/jquery.cookies.2.1.0.min.js">/script>
<script type="text/javascript">
$.cookies.set('TAGS_ID_CONFIRM', '333');
alert($.cookies.get('TAGS_ID_CONFIRM'));
/return null
</script>

Original issue reported on code.google.com by mkurs...@gmail.com on 4 Aug 2009 at 8:23

GoogleCodeExporter commented 9 years ago
I need to test this but don't have IE6 available to me this weekend.  Hopefully 
early next week I can take a look.

Original comment by auldrid...@gmail.com on 5 Sep 2009 at 2:26

GoogleCodeExporter commented 9 years ago
I have tested this code on a Windows XP machine running IE6, and a Windows XP 
machine running IE7.  There are 
no problems noticed.  My FireUnit test suite still passes all of my 55 tests in 
Firefox.

At this point, I see nothing wrong.

Original comment by auldrid...@gmail.com on 9 Sep 2009 at 2:07

GoogleCodeExporter commented 9 years ago
I have since tested on a second Windows XP machine running IE6.  Still no 
problem.

Jim

Original comment by auldrid...@gmail.com on 9 Sep 2009 at 3:38

GoogleCodeExporter commented 9 years ago
I apologize for your wasted time, for testing, I used the browser from IE6 kit
Multiple_IE, apparently a problem in it.

Original comment by mkurs...@gmail.com on 10 Sep 2009 at 5:22

GoogleCodeExporter commented 9 years ago
No problem, thanks for following up.
Jim

Original comment by auldrid...@gmail.com on 10 Sep 2009 at 11:34