> @Sandy - interestingly enough I found out that the .75 IP does have a
> DNS name (itsupport.thecompany.net). So I have modified my code to
> reflect this.

Good  start,  but  what  I  was saying that if they share the same SLD
(thecompany.net),  you  can  use cookies to pass the info, no need for
any  encoding/execution of JSONP. I like to do this for passing simple
scalar   data   (like  your  itsupportstatus=<int>)  cross-subdomains.
Sometimes  people  forget  that  cookies'  same-origin  policy is more
flexible than XHR, since you can share the SLD.

-- S.




Reply via email to