Click to See Complete Forum and Search --> : Try to learn javaScript! need help with cookie!


vincent85
May 27th, 2005, 08:50 AM
this is what i want to do :

click on " HOME" at "a.htm" will store "home" into cookie then it will link to "b.htm" and display that deatails in the textfield at b.htm!

but somehow i can not make it work! anny help will be gratefull!

Thank! :)

Dr. Script
June 1st, 2005, 08:13 PM
Do you have this code online anywhere? I don't have support for .rar files.

Th other solution (other than cookies -- sometimes not supported) is sending the requested info in the query string. I could help you with that solution if necessary.