hi
i want to set cookie with javascript
i use this code
with using this code when i look at previous cookie that stored in my computer
i dont this cookie
how do save cookie and retrieve with javasript?
thanks alot for your help
i want to set cookie with javascript
i use this code
Code:
<script language="javascript"> document.cookie="username='ali'"; </script>
i dont this cookie
how do save cookie and retrieve with javasript?
thanks alot for your help
Comment