Link to home
Start Free TrialLog in
Avatar of RajG1978
RajG1978

asked on

How can pass values from one website to other website(there than query string)?

Let me say I am on https://www.google.com/ page, I want to pass a value to https://www.experts-exchange.com/ website on different browser. How do I do it? I do not want to use querystring.
Avatar of jitendra patil
jitendra patil
Flag of India image

try the below link
How to: Pass Values Between ASP.NET Web Pages

hope this helps.
Avatar of RajG1978
RajG1978

ASKER

I want to be able to pass values between websites on between browser windows not webpages of same website.
ASKER CERTIFIED SOLUTION
Avatar of jitendra patil
jitendra patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
According to my understanding this one will work if I have control over 2 websites between which I am going to pass variables, if I do not have control over the 2 websites, but I need to be able to access values on one site to other, how do I do it?