coby
06-01-2005, 07:15 AM
Hi gurus!
I have a tough one....
I am trying to pass a parameter (few characters) from one server to the other.
The parameter is created when browsing the first server. This parameter should be accessible while browsing a second server.
Obviously, cookie is not working since the browser does not let you read a cookie that was generated by other server.
Tried to use xml-rpc or Soup, but couldn't find a simple way to do it in JavaScript.
The code must be in JavaScript (at least when accessing the first server.)
Any idea how to implement it?
Help!
Thank you,
Coby
I have a tough one....
I am trying to pass a parameter (few characters) from one server to the other.
The parameter is created when browsing the first server. This parameter should be accessible while browsing a second server.
Obviously, cookie is not working since the browser does not let you read a cookie that was generated by other server.
Tried to use xml-rpc or Soup, but couldn't find a simple way to do it in JavaScript.
The code must be in JavaScript (at least when accessing the first server.)
Any idea how to implement it?
Help!
Thank you,
Coby