[Prototype-core] Permission Denied/ Object Cache issue with XP Service Pack 2 and IE

2008-03-27 Thread hafiz
Hi All We are using prototype 1.5.1 in one of our project. It was working fine untill we didn't install Service Pack 2. After installing SP2 we are now getting Permission Denied javascript alerts and when we debug they take us to prototype.js file at different locations. We google it and

[Prototype-core] Array.insert

2008-03-27 Thread koozdra
I propose the addition of Array.insert(index, insertee [,...]). This method would would be like Ruby's insert. Inserts the given values before the element with the given index - http://www.ruby-doc.org/core/classes/Array.html#M002195 var a = ['a','b','c','d'] a.insert(2, 33) --

[Prototype-core] Array.insert

2008-03-27 Thread koozdra
I propose the addition of Array.insert(index, insertee [,...]). This method would would be like Ruby's insert. Inserts the given values before the element with the given index - http://www.ruby-doc.org/core/classes/Array.html#M002195 var a = ['a','b','c','d'] a.insert(2, 33) --

[Prototype-core] Re: Permission Denied/ Object Cache issue with XP Service Pack 2 and IE

2008-03-27 Thread kangax
It would be helpful to know those exact locations in prototype (when debugging) - kangax On Mar 27, 12:23 pm, hafiz [EMAIL PROTECTED] wrote: Hi All We are using prototype 1.5.1 in one of our project. It was working fine untill we didn't install Service Pack 2. After installing SP2 we are

[Prototype-core] Re: Array.insert

2008-03-27 Thread Ken Snyder
koozdra wrote: I propose the addition of Array.insert(index, insertee [,...]). This method would would be like Ruby's insert. Inserts the given values before the element with the given index - http://www.ruby-doc.org/core/classes/Array.html#M002195 var a = ['a','b','c','d'] a.insert(2,

[Prototype-core] Re: $_SESSION of PHP doesn't work with AJAX

2008-03-27 Thread Nouv Vitou
Thanks for your help. Now i can use session in .taiypcambodia.com successfully. The code in setting.php is *ini_set(session.cookie_domain, .taiyocambodia.com); *I can use my session in all subdomains of taiyocambodia.com. But if I have two different domains taiyocambodia.com and khmer-web.com.