Hello,
I realise that it is not possible to register a session with an Onclick event because a session is server sided.
However, A cookie is client based as opposed to being server sided because the cookie would be stored on the client machine.
Is it possible to store a cookie inside an Onclick event?
Thanks all,
Nick