Use value of cookie in a view, poosible?

A form on has an editable field called HTTP_Cookie which perfectly show the value of my cookie.

I want to use the cookie value in a view. I create a html-link in a coloum like this:

ReadCookie:= http_cookie;

<A HREF=\"/" + @ReplaceSubstring(@Subset(@DbName;-1) ; "\\" ; "/") + "/frame?openform&value=" + ReadCookie+ ....... <p>ReadCookie returns null. How can I show the value of a cookie like this in a view coloum?</p>

Subject: use value of cookie in a view, poosible?

once you get the field into the form, set it to js field in a higher DOM and access the js value.