Link to home
Start Free TrialLog in
Avatar of gafriedman
gafriedman

asked on

Cookie: Write in jscript; read in html or vbscript

I am trying to pass variables from jscript back to HTML variables.  From other threads, it appears that via cookies is a clever and simple way. I would like to get my hands on a code snippet to do this. Can someone help?
Thanks
Avatar of pratap_r
pratap_r
Flag of United States of America image

what do you mean by HTML variables?? you mean in asp?

try this link for javascript http://www.echoecho.com/jscookies02.htm

you can access the variables in your asp by using Response.Cookies("cookiename")

Have Fun!
Pratap
ASKER CERTIFIED SOLUTION
Avatar of DrWarezz
DrWarezz

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
DrWarezz, that was cool ;-)