Dear folk, I checked it , I ahve a serious problem with IE7 and 6 ... when I over load the Cookie some times ($.cookie('SortSize',PagingData.SortSize); ) I receive an Javascript error Invalid Argument and eventCache Error but I don't have any problem in the Other Browsers ....
On Jul 18, 10:35 am, [EMAIL PROTECTED] wrote: > WOw you were right Modified my code > > setcookie("SortSize","0", time()+3600); > > to > > setcookie("SortSize","0"); > > Right now there is no problem but SOmetimes IE6 have some Runtime > Error .. . by the Wat my windows is vista so I am Using IE Tester > Instead of IE 6 it has IE5,6,7,8 built in but I am not sure the > Brosere is Standard so what is you Idea about the IE6 .... thanks > Anyways > Regards Pedram > > ---------- Forwarded message ---------- > From: "Karl Rudd" <[EMAIL PROTECTED]> > Date: Jul 18, 2:03 am > Subject: Cookie problem in Safari 3.1.1 > To: jQuery (English) > > The only problem I've come across with Safari and cookies is that it > sometimes doesn't like cookies without an expiry time. > > I don't know if that's the problem you're coming up against. > > Karl Rudd > > On Fri, Jul 18, 2008 at 6:09 AM, <[EMAIL PROTECTED]> wrote: > > > Dear folks, > > My system is working with AJax and I need to save some of my data with > > Cookies as you all know I have to handle this with javascript cookie > > and Server Cookie both.... when I call the AJAX I change the Value of > > the Cookie then when the AJAX loads the Server PHP file it recognizes > > the Cookie and it accepts the change .. I don't have ant Problem in > > IE7 and FF and netscape but I do have Problem with Safari ... Safari > > would not Recognize the Change by Javascript unless I refresh the > > Page ... when REfresh the page everything is allright but ... this is > > not what I want ..... > > Please help me on this... > > I think I am Clear.... > > Thanks Pedram