Want to give an ID a Cookie
Hi all thanks for all the help so far now i have a new mission
what i want to do is go about getting the LI ID that comes before the link i click and then set that id to a variable that i can add to a cookie
so something like this
-
<ul>
<li id="foo"><a href="bob.html">here</a></li>
</ul>
so what i would like is when i click on here i get the value foo and asign it to a var which i then add to a cookie to do what ever i want with is there any hope for me