javascript cookie problem.
I am storing a cookie via javascript but It doesnt seem to give the cookie a name just its value. i am using firefoxto check wether the cookie has been crated . it has but with no name. //A string literal is crated with the information to be used in the cookie var theText = "name=" + itemName...
|