¡@

Home 

javascript Programming Glossary: first.com

Getting setting cookies on different domains, with javascript or other

http://stackoverflow.com/questions/402348/getting-setting-cookies-on-different-domains-with-javascript-or-other

so here i go... I need to set get the cookies stored at first.com while browsing second.com I have full access of first.com but.. first.com while browsing second.com I have full access of first.com but i only have javascript access can manipulate the DOM as.. an iframe on second.com with js that loaded a page like first.com doAjax setCookie xxx and that did an ajax call to say first.com..

how to get cookies from a different domain with php and javascript

http://stackoverflow.com/questions/8834436/how-to-get-cookies-from-a-different-domain-with-php-and-javascript

with php and javascript Suppose i have a cookie set in first.com say user. Now i want to read that cookie in second.com through.. readcookie createXMLHttpRequest xmlHttp.open GET http www.first.com cookie.php true xmlHttp.onreadystatechange getcookie xmlHttp.send..