Hi,
I'm using javascript and asp to set a cookie value. For some reason, this creates two cookies with the same name. All i want is to modify the same cookie.
Anyone know how to fix this?
Also, in an asp page, i'm trying to call a vbscript Sub from a hyperlink.
Something like:
<a href=javascript:alert("test" onClick='setCookie'></a>
Does anyone know the syntax to do such a thing?
Thanks a lot!
I'm using javascript and asp to set a cookie value. For some reason, this creates two cookies with the same name. All i want is to modify the same cookie.
Anyone know how to fix this?
Also, in an asp page, i'm trying to call a vbscript Sub from a hyperlink.
Something like:
<a href=javascript:alert("test" onClick='setCookie'></a>
Does anyone know the syntax to do such a thing?
Thanks a lot!